The log file is in the same folder as the POSE executable (at least on my system it is).
WinCreateOffscreenWindow *allocates memory*... you have to free this when you are done with it. Gavin. dplswift <[EMAIL PROTECTED]> wrote in message news:99228@;palm-dev-forum... > > > I am debugging my demo project,when I click the ExitButton: > ............ > case MainExitButton: > newEvent.eType=appStopEvent; > EvtAddEventToQueue(&newEvent); > break; > ............ > System give me the messages: > "Found 6 memory leaks for demo(0.99).information concerning the leaks can be > found in the log file." > When I have deleted the function about windows,such as > WinCreateOffscreenWindow(..),WinCopyRectangle(..),the messages disappeared. > I was running the > code on POSE,CodeWarrior version 8.3. > Does anybody know why this is happening?and Where is the log file ? > > > > > -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
