Re: [Cegcc-devel] DLLs still need _initstdio() when linked to MSVC exe

2008-02-11 Thread janrinze
Hi, On Mon, 2008-02-11 at 10:55 +, Hywel B. Richards wrote: > Quite a while ago when I first started using cegcc I ran into a problem > when using cegcc-compiled DLLs with microsoft-compiled executables: > > > > My workaround was to add a call to _initstdio() in a special init > > > function

[Cegcc-devel] DLLs still need _initstdio() when linked to MSVC exe

2008-02-11 Thread Hywel B. Richards
Quite a while ago when I first started using cegcc I ran into a problem when using cegcc-compiled DLLs with microsoft-compiled executables: > > My workaround was to add a call to _initstdio() in a special init > > function in my DLL that I call before I make any other calls to the > DLL. > > Now

Re: [Cegcc-devel] DLLs

2006-10-30 Thread Pedro Alves
Danny Backx wrote: > Pedro, > > I approved a reply from you to the SVN-commits mailing list, but I > didn't get the message through the mailing list yet. Maybe it has a > backlog. > > If I remember the message well, it said that DLLs in mingw32ce need to > be created by src/script.sh . This was in

[Cegcc-devel] DLLs

2006-10-29 Thread Danny Backx
Pedro, I approved a reply from you to the SVN-commits mailing list, but I didn't get the message through the mailing list yet. Maybe it has a backlog. If I remember the message well, it said that DLLs in mingw32ce need to be created by src/script.sh . This was in response to a change I made to ge