On Jan 10, 2008 3:47 AM, Marcin <[EMAIL PROTECTED]> wrote: > 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). -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/
