Re: [Mingw-w64-public] usleep does not work under Windows

2011-05-16 Thread JonY
On 5/17/2011 09:54, JonY wrote: > On 5/16/2011 15:35, Simon de Graaf wrote: >> Hi, >> >> Recently, i downloaded new versions of Windows 32 and 64 bit >> cross-compilers (automatic builds mingw-w32-bin_i686-linux_20110501 and >> mingw-w64-bin_i686-linux_20110423) and found that include file >> "u

Re: [Mingw-w64-public] usleep does not work under Windows

2011-05-16 Thread JonY
On 5/16/2011 15:35, Simon de Graaf wrote: > Hi, > > Recently, i downloaded new versions of Windows 32 and 64 bit > cross-compilers (automatic builds mingw-w32-bin_i686-linux_20110501 and > mingw-w64-bin_i686-linux_20110423) and found that include file > "unistd.h" now contains function usleep.

Re: [Mingw-w64-public] _image_base__ incompatible with visual studio

2011-05-16 Thread Kai Tietz
2011/5/16 Jonas noLastName : > > So any progress in this issue ?Is anyone working on it ?Does anyone care ? > Regards,Jonas Well, I worked on that to introduce on binutils' ld the support of __ImageBase as synonym (the MS variant of this). I just didn't found time to update all uses in our crt/li

Re: [Mingw-w64-public] _image_base__ incompatible with visual studio

2011-05-16 Thread Jonas noLastName
So any progress in this issue ?Is anyone working on it ?Does anyone care ? Regards,Jonas -- Achieve unprecedented app performance and reliability What every C/C++ and Fortran deve

[Mingw-w64-public] usleep does not work under Windows

2011-05-16 Thread Simon de Graaf
Hi, Recently, i downloaded new versions of Windows 32 and 64 bit cross-compilers (automatic builds mingw-w32-bin_i686-linux_20110501 and mingw-w64-bin_i686-linux_20110423) and found that include file "unistd.h" now contains function usleep. Thus, there is support for usleep added? I tested u