I have cleaned all I can but still seems to get a "un-freed chunk" error... Help:)
if you were freeing everything you probably wouldn't be getting that error. if you really think you've freed all your memory though, check for places where you're allocating new memory w/o first deallocating the previous memory.
/* * matt */
-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
