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 obli
A Wednesday 13 February 2008 14:50:54, InfoMail InfoMail wrote:
> I've compiled and created a DLL library using mingw32ce and the following
> linker command:
>
> $(LD) -shared -Wl,--output-def,myLib.def,--out-implib,myLib.lib -o
> mylib.dll$(OBJECTS)
>
> where LD is arm-wince-mingw32ce-g++
>
> Crea
I've compiled and created a DLL library using mingw32ce and the following
linker command:
$(LD) -shared -Wl,--output-def,myLib.def,--out-implib,myLib.lib -o
mylib.dll$(OBJECTS)
where LD is arm-wince-mingw32ce-g++
Creation of the dll, def and lib seem ok.
But if i use that .lib file to compile a