>> Hello
>> As i see, when i use multisections in my palmos app i cannot use pointers 
>> to
>> datastructures form one segment in other ? (
>>
>> Is there a way (some kind of trick maybe?) to do this, or do i have to 
>> split
>> my code that pointers to structures in a section  are used only in that
>> section ?
>> thank you
>
> Data structures are always in the one data segment that Palm OS
> provides.  Multisegmentation only applies to the code that's generated
> and the pointers to those functions.
>
> (unless they are completely constant data which means the compiler
> could put them into the code segment, but that means they have no
> pointer elements).


OK,
Thank you.
I have 1 more question - can i put whole class in choosen section or only 
it's methods ? 



-- 
For information on using the ACCESS Developer Forums, or to unsubscribe, please 
see http://www.access-company.com/developers/forums/

Reply via email to