Thank you, but my contructor works well, the problem is not there.

Debugging, I see that the problem is before calling the contructor: it seems to 
me it happen when the code uses the "new" operator defined in libgcc.a, making 
a jump to a strange location outside the program memory. I placed all the 
contructors in the .text segment, while the methods are all placed in other 
segments. I tried other solutions, but nothing works. This error looks like the 
segmentation errors, when you call a function ( in this case the "new" 
operator) that the linker placed in a different segment from the one the code 
knows. 

I really can't find out what could be the problem...

Thank you anyway,
BrownB
-- 
For information on using the Palm Developer Forums, or to unsubscribe, please 
see http://www.palmos.com/dev/support/forums/

Reply via email to