|
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 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 In second case 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/ |
- Char* Micky MeNeZeS
- Re: Char* Thomas Damme
