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