(sorry if this is a repost)

Hi Stan,

stan lee wrote:
> my hello world c program for pocketpc runs correctly
> when compiled with gcc but when i try to add a simple
> c++ class and compile it with g++, it doesnt seem to
> run when executed (although the compilation didnt show
> any warnings). am i missing something? im kinda new to wince.

Are you using cegcc or mingw32ce ? Which version? Self Compiled?
What is your host platform? Windows? Linux? i386? Other?

If using cegcc, perhaps you forgot to copy libstdc++.dll to the device.
If using mingw32ce, c++ and -mthreads, perhaps you forgot to copy
mingwm10.dll to the device.

You can check the direct dependencies of a dll with something like:
arm-wince-mingw32ce-objdump -x main.exe | grep DLL
arm-wince-mingw32ce-objdump -x cegcc.dll | grep DLL

If this doesn't help, please post the code you are trying
and the commands you are using to build it.

Cheers,
Pedro Alves



-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Cegcc-devel mailing list
Cegcc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cegcc-devel

Reply via email to