> What causes this error??
> It has only just started appearing since I upgraded my emulator.

An error in your code causes this error.  It's probably a bad parameter to a
system function.  Look for using a handle when you should be using the
pointer, or using the pointer when you should be using a handle, or using a
form index when you should be using the form ID.  Things like that.  You
should be able to find the offending function call using the debugger.  Then
check the parameters.




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

Reply via email to