hi oleg, i cant understand what do u mean?
From: [EMAIL PROTECTED] To: [email protected] Subject: Re: NULL handle? Date: Thu, 13 Mar 2008 13:38:05 +0300 if(g_SettingsVersion) //g_SettingsVersion is not NULL if(htable) //htable is not NULL ----- Original Message ----- From: Karthik Jaganathan To: Palm Developer Forum Sent: Thursday, March 13, 2008 1:25 PM Subject: RE: NULL handle? how can i check g_SettingsVersion and htable are NULL Date: Thu, 13 Mar 2008 03:20:56 -0700 From: [EMAIL PROTECTED] To: [email protected] Subject: Re: NULL handle? it means that g_SettingsVersion and hTable are both NULL On Thu, Mar 13, 2008 at 3:01 AM, karthik <[EMAIL PROTECTED]> wrote: I got the following errors when debug, memorymgr.c, Line:4242, Nil Ptr memorymgr.c, Line:4149, NULL handle if i give debug the error, the first error points to the line, -> MemPtrFree(g_SettingsVersion); second error points to the line, -> pTable=(UInt8*)MemHandleLock(hTable); What is it mean? With Regards, karthik -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/ -- [Jeff Loucks, Gig Harbor, WA, USA] -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/ Fly HYD-BLR for Rs.499 Log on to MakeMyTrip! Check it out! -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/ -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/ _________________________________________________________________ Tried the new MSN Messenger? It’s cool! Download now. http://messenger.msn.com/Download/Default.aspx?mkt=en-in -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/
