Maks Pyatkovskiy wrote:
But the tutorial works. So, there is some difference between two projects... You have to check: a) project settings (especially expanded mode option, POL tutorial doesn't use expanded mode).
no, I don't use expanded mode.
b) location of particular files in segments.
it's in segment 1 with POLD1.lib, MSL_C++_PalmOS_2i_Dbg.lib and PalmOSRuntime_2i_A5.lib.
c) source code (do you use some globals or call virtual functions from that code?).
Do you mean other functions in the file or just the FindLauch( ) function. Below is my FindLauch function:
Err CMyApp::FindLaunch( FindParamsPtr pFindParams )
{
return errNone;
}Using the debuger, I am certain than this function was invoked and crashed the app after returning.
htn
-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
