I make one aplication for palm os with the simulator palm os 5 and I get the following error: PalmSim.exe - Application Error The instruction at "0x0319665d" referenced memory at "0x00000000". The memory could not be "read"
Looks like you're following a NULL pointer. Hook up the debugger and step through, so you can find out what you're doing when this happens.
but with the emulator palm os 3.5 I dont have nothing Error.
Often times, application bugs which are hidden on one OS release, become obvious when run on another, because things are in different places in memory, and uninitialized data has different values than in other contexts, etc.
Using a debugger is the way to find the bug :-)
-David Fedor PalmSource, Inc.
-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
