Portability of pthreads-win32 over various compilers.
Posted
by Artyom
on Stack Overflow
See other posts from Stack Overflow
or by Artyom
Published on 2010-05-09T13:06:24Z
Indexed on
2010/05/09
13:08 UTC
Read the original article
Hit count: 415
Hello,
I'm using pthreads-win32 for portable threading support for windows.
At least, according to the documentation pthreads-win32 should work with MSVC and even MSVC builds provided.
But I don't know if the library is tested with latest MSVC compilers like MSVC-2008 and if it is supported under 64bit windows.
Does anybody aware of any issues with this library?
Note: Do not even try to recommend using Boost.Thread, I'm not interested in. And I'm familiar with Boost.Thread library
© Stack Overflow or respective owner