The thing is that I did not use any statement that involves MemHandle, it is
just a simple program that make sound after clicking on a button.Is that any
setting in the codewarrior that I should do after removing the "Starter"
stationery and put in my own.

Joe Malone wrote in message <89498@palm-dev-forum>...
>
>--- Tan Ying Liang <[EMAIL PROTECTED]> wrote:
>> I am new to Codewarrior version 7.0 and after I have
>> successfully compiled the program and build the .prc file,
>> I have this "MemoryMgr.c, line 4340, NULL Handle" error
>> when the program is run on the Palm emulator.
>
>That means that you are using a MemHandle somewhere that is NULL.
>Before any Memory Manager routines (MemHandleNew, MemHandleFree, etc.)
>try to use a handle you pass to it, they call a routine to verify the
>handle.  If the handle is NULL (0), this is the error you get using the
>3.5 SDK.
>
>If you are using Codewarrior, run your app on Pose using the debugger.
>Then when you get this error, you can look at your code to see what
>line of code caused the problem.
>
>
>__________________________________________________
>Do You Yahoo!?
>Yahoo! - Official partner of 2002 FIFA World Cup
>http://fifaworldcup.yahoo.com
>
>



-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/

Reply via email to