Re: [Cegcc-devel] limits.h not found

2010-03-13 Thread Vincent Torri
Hey, So, is there some fixes that has been pushed in svn about that limits.h problem ? Vincent Torri -- Download IntelĀ® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactiv

Re: [Cegcc-devel] Ws2tcpip.h

2010-03-13 Thread Pavel Pavlov
> On Sat, 13 Mar 2010, Danny Backx wrote: > > > On Tue, 2010-03-09 at 01:41 -0500, Pavel Pavlov wrote: > >> For some reason in cegcc sdk some functions ifdefed this way: > >> > >> #if (_WIN32_WINNT >= 0x0501) > >> void WSAAPI freeaddrinfo (struct addrinfo*); > >> int WSAAPI getaddrinfo (const char

Re: [Cegcc-devel] Ws2tcpip.h

2010-03-13 Thread Vincent Torri
On Sat, 13 Mar 2010, Danny Backx wrote: > On Tue, 2010-03-09 at 01:41 -0500, Pavel Pavlov wrote: >> For some reason in cegcc sdk some functions ifdefed this way: >> >> #if (_WIN32_WINNT >= 0x0501) >> void WSAAPI freeaddrinfo (struct addrinfo*); >> int WSAAPI getaddrinfo (const char*,const char*,

Re: [Cegcc-devel] Ws2tcpip.h

2010-03-13 Thread Danny Backx
On Tue, 2010-03-09 at 01:41 -0500, Pavel Pavlov wrote: > For some reason in cegcc sdk some functions ifdefed this way: > > #if (_WIN32_WINNT >= 0x0501) > void WSAAPI freeaddrinfo (struct addrinfo*); > int WSAAPI getaddrinfo (const char*,const char*,const struct addrinfo*, > s

Re: [Cegcc-devel] help :-( wm61 dll

2010-03-13 Thread Danny Backx
On Wed, 2010-03-10 at 21:15 +0100, Danny Backx wrote: > Meaning, I think, that it does indeed crash in that statement. The > double "ldr r3, [r3]" seems odd. Even more odd is that the code in > a/t.dll.objdump is different : it looks exactly the same except only one > of these "ldr r3, [r3]" instru