At 11:37 AM 6/21/2005, you wrote:
hi there,

a simple question for all POL programmers. is CString a global call? does it have any global/static variables?

my program does not allow me to access CString variables outside my program which is after an alarm rings (but it works while my program is running)... how would i go around this if i already have a CString in my struct database? how can i get the data?

Yes, the CString implementation use global variables -- there's an internal static member that's used by the CString memory allocation routines.


-- Ben Combee, Senior Software Engineer, palmOne, Inc.
   "Combee on Palm OS" weblog: http://palmos.combee.net/
   Developer Forum Archives:   http://news.palmos.com/read/all_forums/


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

Reply via email to