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
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