Hi,

 

I am using a Char * variable globally.

I am doing the initialization of this using MemPtrNew and deletion of the same MemPtrFree

 

I am initializing the memory of 1000 bytes at a time.

 

My program works fine but once I come out of that application and try to access some other application Palm TX reboots itself.

 

I tried using the same variable as

 

1) Char* buffer;

2) Static Char* buffer = NULL;

And Char buffer [1000];

 

In first case and last case Palm TX gets rebooted after I exit the application and try to access some other application.

In second case Palm TX gets hanged.

 

Can anybody give me some idea.

 

Thanks

Micky MeNeZeS

 

 

 

 

 


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

Reply via email to