您好,欢迎来到[编程问答]网站首页   源码下载   电子书籍   软件下载   专题
当前位置:首页 >> 编程问答 >> C/C++ >> 如何在VS2010里面装ZThread库的问题

如何在VS2010里面装ZThread库的问题

来源:网络整理     时间:2016/9/7 18:08:31     关键词:

关于网友提出的“ 如何在VS2010里面装ZThread库的问题”问题疑问,本网通过在网上对“ 如何在VS2010里面装ZThread库的问题”有关的相关答案进行了整理,供用户进行参考,详细问题解答如下:

问题: 如何在VS2010里面装ZThread库的问题
描述:

都弄半天了 还是没好。。。
希望大神们能给出详细过程
编译的时候有如下问题。。。
 Time.cxx
1>e:\zthread-2.3.2\src\posix\ftimestrategy.h(51): warning C4996: '_ftime64': This function or variable may be unsafe. Consider using _ftime64_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          d:\vs2010\vc\include\sys\timeb.h(124) : see declaration of '_ftime64'
1>e:\zthread-2.3.2\src\posix\ftimestrategy.h(55): warning C4244: 'return' : conversion from 'const __time64_t' to 'unsigned long', possible loss of data
1>  ThreadQueue.cxx
1>e:\zthread-2.3.2\src\threadqueue.cxx(75): error C2039: 'back_inserter' : is not a member of 'std'
1>e:\zthread-2.3.2\src\threadqueue.cxx(75): error C3861: 'back_inserter': identifier not found
1>  ThreadOps.cxx
1>e:\zthread-2.3.2\src\win32\threadops.cxx(55): error C2664: 'GetModuleHandleW' : cannot convert parameter 1 from 'const char [13]' to 'LPCWSTR'
1>          Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast


解决方案1:

需要#include 


以上介绍了“ 如何在VS2010里面装ZThread库的问题”的问题解答,希望对有需要的网友有所帮助。
本文网址链接:http://www.codes51.com/itwd/3785069.html

相关图片

相关文章