Hi,
Is the pointer owner of an PNOlet is the same as the calling app ?
Is an ARM allocated pointer remain valid after returning ?
Ex, can i do this :
unsigned long PNOMain(.....) {
void *ptr = MemPtrNew(...);
return ptr;
}
or should i change the owner id to keep it valid ?Thanks Chris -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
