I posted this some days back. Kind of getting desperate now. Would welcome
any pointers...
----------------
In order to migrate my app to pocketpc 2003 from pocketpc 2002, I created a
new project, added files, and moved all settings. The code built fine.
However crashes as soon as it is run. It asserts at line 87 of appcore.cpp:
ASSERT(AfxGetThread() == NULL);
My exe uses couple of .dlls. Exe and dll use MFC in a shared dll, and I am
not linking with any static lib. I put breakpoint on CWinApp constructor,
and the ctor is called only once, so no possibility of having two CWinApp
derived objects either. The same app when built using evc 3.0, and run on
pocket pc 2003 runs fine.
What could be going wrong here?
Thanks