gnucobol-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[open-cobol-list] Frd: How to extract a variable value of cob_field f_


From: henry wang
Subject: [open-cobol-list] Frd: How to extract a variable value of cob_field f_nn in translated c?
Date: Sat Dec 17 09:25:06 2005

correction of added line in c file:
float p1;
unsigned char char_p1[4];
cob_memcpy (char_p1,&f_10, 4);                 <-------
p1= atof(char_p1);
But "Segmentation fault (core dumped)" occurred at cob_memcpy (char_p1,&f_10, 4);
 
Henry
 

__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com


reply via email to

[Prev in Thread] Current Thread [Next in Thread]