赞
踩
went to "Project | Game Properties | Configuration Properties | C/C++ | Code Generation | Runtime Library"
and set Multi-threaded Debug (/MTd)
did build generated error messages...
then reset
"Project | Game Properties | Configuration Properties | C/C++ | Code Generation | Runtime Library"
to
Multi-threaded Debug DLL (/MDd)
what it was originally, worked.
中文:选择菜单 "Project | (解决方案名) Properties | Configuration Properties | C/C++ | Code Generation | Runtime Library",设置Runtime Library为 Multi-threaded Debug (/MTd)然后构建,会产生很多错误。
构建后将 Runtime Library重新设置为 Multi-threaded Debug DLL (/MDd)。这样就行了。
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。