thanx for the response. I am using a IDE called Mobile Studio, and it does a lot of stuff for you and it works most of the time, buth when it doesn't..and your not familiar with where everything is, it is hard, I can't even get to the pilotmain routine, so if my question seems vague...well it's because I am not sure where every thing is (and yes, I searched for the pilotmain routine and it is not in the cpp files.), I think a lot of the questions are like this, persons are just starting out, they have a ton of books around them and none of them seem to get you to the right spot when things go south, very frustrating. Anyway, I have an e-mail out on the MS web site to figure out how to get "-mdebug-labels" working. And I will use all the responces to figure this out. Thanx again. bill
----- Original Message ----- From: "Borislav Kolev" <[EMAIL PROTECTED]> To: "Palm Developer Forum" <[EMAIL PROTECTED]> Sent: Friday, April 05, 2002 3:27 PM Subject: RE: memory leak > I think your question and this dump can open another chapter in Aaron's > contest ;-) > > Try isolating code (usually by return-ing before some piece gets executed) > in order to figure out where the memory allocation occurs. > > Another approach is to try to follow all new/delete pairs in the program > (which should not match for handhes assigned to fields in forms!). > > Finally, try to use Debugger and see INTO the below addresses for any hint > what's in there. > > - bobby > > >I have 3 of these errors, I tried to delete the form and it doesn't clear > >this, how do you get rid of the event pointer? > >Relocatable chunk leaked at 0x0000A086, size = 8 > >0.020: Chunk allocated by: > >0.020: <Unknown @ 0x0004F3E0> > >0.020: <Unknown @ 0x0004CDC0> > >0.020: <Unknown @ 0x000543DC> > >0.020: <Unknown @ 0x0004FF84> > >0.020: <Unknown @ 0x000544E4> > >0.020: <Unknown @ 0x0004FEF0> > >0.020: PrvSendEventToForm > >0.020: FrmDispatchEvent > >0.020: <Unknown @ 0x0004FBB8> > >0.020: <Unknown @ 0x0004FB16> > >0.020: <Unknown @ 0x0004AABC> > >0.020: <Unknown @ 0x0004AA62> > > thanx > bill > > > -- > For information on using the Palm Developer Forums, or to unsubscribe, > please see http://www.palmos.com/dev/support/forums/ > > -- > For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
