Hi,

CEGCC documentation says this:

"the arm-wince-mingw32ce distribution currently only has one DLL :
/opt/mingw32ce/arm-wince-mingw32ce/bin/mingwm10.dll"

However, on newer version(0.5.91) of cegcc this seems not be true anymore. 
My newly-compiled application won't start and the DLL headers of the 
executables differ:

Old executable:

DLL Name: COREDLL
...

New executable:
DLL Name: COREDLL
...

DLL Name: libgcc_s_sjlj-1.dll
...

DLL Name: libstdc++-6.dll
...


Now, I can find libgcc_s_sjlj-1.dll in mingw32ce/bin and libstdc++-6.dll in 
arm-mingw32ce/lib. I transfer the dlls to my device and I get a different error 
message(instead of the obscure "The file cannot be opened") : "The file is not 
a valid Pocket PC application"

Ideas?



      
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Cegcc-devel mailing list
Cegcc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cegcc-devel

Reply via email to