<<< Sorry about my English >>>

I'm developing a program using managed project C++ in PODS and strange 
behaviors is happen. I have a header that I group all basics headers for my 
project using include statement. Doday I get a strange error: << region coderes 
is full >>. Okay, after 6 hours of research I become with the short 16-bit 
relative jump problem and the text/code space problem. I create “Sections.def” 
file in the root path of my project, create 2 new segments and create too 
“Sections.h” file,  I tried multiple code segmentation with << 
MULTISECTION_BUILD=true >> parameter, but I don't think that this parameter 
make some difference. Some time after I discovered that when I remove from my 
grouped header the << #include <string> >> and put this inside of all headers 
that really need this the error simply disappear.  I don't know why this happen 
and this make me concerned.
Is very difficult find documentation about multiple segments, I have another 
doubts about multiple segments:

How Template is treated?

Have some way to put a third part source “utilities” directly in another 
segment?

Is “stlport” only headers or every time that I compile my project this is 
included?

How can I know the height of some segment?


Thanks about some help.
-- 
For information on using the PalmSource Developer Forums, or to unsubscribe, 
please see http://www.palmos.com/dev/support/forums/

Reply via email to