Pthreads on Visual Studio/Windows


Visual Studio 2012
1. Download: http://cs.du.edu/~mitchell/pthreads_compiled.zip
2. Extract the zip file to a temporary directory
3. Paste all *.h files (pthread.h, sched.h, sempahore.h)  to the Visual Studio 2012 include folder for C++.
On my computer this is located at C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\include.  It will
likely be similar or the same on other systems.
4. Paste pthreadVC2.dll to the Visual Studio 2012 bin folder for C++.
On my computer this is located at C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\bin.  It will likely
be similar or the same on other systems.
5. Paste pthreadVC2.lib (Object File Library) to the Visual Studio 2012 lib folder for C++.
On my computer this is located at C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\lib.  It will likely
be similar or the same on other systems.
6. In Visual Studio go to View>Other Windows>Property Manager.
7. Expand Debug folder.
8. Double click Microsoft.Cpp.Win32.user or similarly named Property Sheet.
9. Go to Common Properties>Linker>Input.
10. In Additional Dependencies add pthreadVC2.lib as a dependency.
Visual Studio 2010
1. Download: ftp://sourceware.org/pub/pthreads­win32/dll­latest
2. Navigate to the include folder from download.
3. Paste all *.h files (pthread.h, sched.h, semaphore.h)  to Visual Studio 2010 include folder for C++.
On my computer this is located at C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include.  It will
likely be similar or the same on other systems.
4. Navigate to the dll folder from the download.
5. Paste pthreadVC2.dll to the Visual Studio 2010 bin folder for C++.
On my computer this is located at C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin.  It will likely
be similar or the same on other systems.
6. Navigate to the lib folder from the download.
7. Paste pthreadVC2.lib (Object File Library) to the Visual Studio 2010 lib folder for C++.
On my computer this is located at C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\lib.  It will likely
be similar or the same on other systems.8. In Visual Studio go to View>Property Manager.
9. Expand Debug folder.
10. Double click Microsoft.Cpp.Win32.user or similarly named Property Sheet.
11. Go to Common Properties>Linker>Input.
12. In Additional Dependencies add pthreadVC2.lib as a dependency.
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值