From: <fo...@sm...> - 2008-08-27 22:37:20
|
On Wed, 27 Aug 2008 16:25:15 +0200, Jérôme Decoodt <jde...@un...> wrote: > Hello, > > On Wed, Aug 27, 2008, fo...@sm... wrote: >> > BTW, does anyone have successfully loaded a .exe linked with a DLL >> > larger than 64kB under an official WM6.1 (cooked WM6.1 seems to > work...)? >> > >> Hum I don't really understand your question because of course I have >> successfully loaded a DLL larger than 64kB on a WM 6.1. >> What is the problem ? > > Was it compiled by cegcc ? > > Can you try the source in http://cegcc.pastebin.com/m3c42b368 ? > Just compile testDLL.c as testDLL.dll and testDLLexe.c. testDLL.dll > should be larger than 64kB and linked by testDLLexe. When I try to > execute testDLLexe, WM says it is not a valid application. What about > you? > > Thanks in advance, > Jerome, I have attached an bz2 archive with sources you provided and two "makefile", one for cegcc and the other one for Visual 2005. Could you please check we are using same compilation flags. Thanks. |