Re: [Cegcc-devel] Import library created by mingw32ce error

2008-02-13 Thread Hywel B. Richards
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

Re: [Cegcc-devel] Import library created by mingw32ce error

2008-02-13 Thread Pedro Alves
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

[Cegcc-devel] Import library created by mingw32ce error

2008-02-13 Thread InfoMail InfoMail
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

Re: [Cegcc-devel] Error while starting app on pda: A critical component is either missing or cannot start because program memory is unavailable

2008-02-13 Thread Pedro Alves
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

Re: [Cegcc-devel] DLL creation: cegcc vs. mingw32ce

2008-02-13 Thread Pedro Alves
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