Re: [Cegcc-devel] mingw c app works, c++ doesnt

2007-05-23 Thread stan lee
Hi Pedro, I compile using mingw32ce. Im using mingw32ce-0.10.0.20070208-cygwin.tar.gz for the headers and libraries and cegcc-0.10-1.i586.rpm for the binaries. I tried Danny's suggestion on the DLL. I have wrongfully used the libstdc++.dll of cegcc-0.10.0.20070208-cygwin.tar.gz because min

Re: [Cegcc-devel] mingw c app works, c++ doesnt

2007-05-23 Thread Pedro Alves
(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