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
A Thursday 20 December 2007 22:43:37, Pavel Chernikov wrote:
> objdump -p src/dosbox.exe | grep -i "dll$" | sort -u
> DLL Name: cegcc.dll
> DLL Name: libstdc++.dll
> DLL Name: SDL.dll
>
> All 3 DLLs are present on the device (I am able to run other SDL
> applications that I
A Tuesday 12 February 2008 23:23:09, Danny Backx wrote:
> On Tue, 2008-02-12 at 12:03 +0900, Lance Fetters wrote:
> > Unfortunately I haven't been able to switch to mingw32ce so far for
> > various reasons, including that mingw32ce seems to be missing some win32
> > functionality, particularly _get