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