pthread下载
链接: https://pan.baidu.com/s/1boBGCZt 密码: x6hm
点击 项目 -> 属性->vc++目录,配置路径
点击调试->环境 输入值 path=%path%;D:\code\Pre-built.2\lib\; $(LocalDebuggerEnvironment)
使用
#include "pthread.h"
#pragma comment(lib, "pthreadVC2.lib")
注:如果报 缺少pthreadvc2.dll 错误,则将pthreadvc2.dll 拷贝到 项目目录下的可执行文件的同一目录【如proj.win32/Debug.win32】