VC中_beginthread 使用错误
在VC++ 6.0 中使用_beginthread 和 _endthread 的时候,出现如下错误:
error C2065: '_beginthread' : undeclared identifier
error C2065: '_endthread' : undeclared identifier
解决方案:
debug状态:settings->C/C++->Project Options中加入/MDd
release状态:settings->C/C++->Project Options中加入/MD
如果还不行,可以修改以下选项:
project->settings->c/c++->code generation->multithread
没有评论:
发表评论