InfoMail InfoMail wrote: > Why import libraries created using mingw32ce aren't compatible with > ones produced by VC? dll created using mingw32ce is working fine (on > my Dell WinCE 5.0 device) only if i use an import library created > using VC. > > Any idea to solve this issue? > > PS: i'm obligated to write final application using VC, but i want to > build the core dll using mingw32ce. > If you can't find a better way, you could just cheat and use the microsoft program to make your import lib under windows.
You can get the symbols from the DLL using pexports (available on internet): pexports mylib.dll >mylib.def And then build the import lib like this (easiest to do this from command prompt started from developer studio, as then your paths get set up correctly): lib.exe /machine:arm /subsystem:windowsce /def:mylib.def Hywel. ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Cegcc-devel mailing list Cegcc-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/cegcc-devel