Hi Everyone, Just wanted to send out a "thanks" to everyone that gave suggestions for my last post on deciphering memory leak log files from POSE. Russell, your help was especially valuable! Evidentally, I didn't have DebugSymbols turned on, so as you said, I was getting "Unknown" for most everything. Right now everyone is running around in the dark on how to use this new feature of POSE. Once the emulator team releases docs for memory leak detection (as Keith mentioned yesterday), everything should get much better. This will at least hopefully explain to turn on DebugSymbols in order to get usable information in the log files.
I was finally able to remove ALL memory leaks from my app, by adding a MemHandleFree() at the end of AppStart. I was unlocking a handle, but not calling MemHandleFree(). Anyway, now that I know how to use this new feature of POSE 3.4, I have to say this is pretty awesome! My hat off to Keith and the emulator team for coming up with this great feature! Keep up the good work! Thanks again to everyone, Robert Purcell, [EMAIL PROTECTED] BapSoft, http://www.bapsoft.com __________________________________________________ Do You Yahoo!? Yahoo! Sports - Coverage of the 2002 Olympic Games http://sports.yahoo.com -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
