|
楼主 |
发表于 2012-5-27 19:25:25
|
显示全部楼层
现在只求助testnetwork运行时相关问题,如下:
1>d:\delta3d\ext\inc\nl.h(498) : warning C4996: 'wcstombs': This function or variable may be unsafe. Consider using wcstombs_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 9.0\vc\include\stdlib.h(534) : 参见“wcstombs”的声明
1>d:\delta3d\ext\inc\nl.h(520) : warning C4996: 'mbstowcs': This function or variable may be unsafe. Consider using mbstowcs_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 9.0\vc\include\stdlib.h(499) : 参见“mbstowcs”的声明
1>packets.cpp
1>testNetwork.cpp
1>Will automatically link with dtNetD.lib
1>Will automatically link with NLstaticD.lib
1>Will automatically link with gned.lib
1>正在生成代码...
1>正在链接...
1>LINK : warning LNK4098: 默认库“MSVCRT”与其他库的使用冲突;请使用 /NODEFAULTLIB:library
1>正在嵌入清单...
1>生成日志保存在“file:/
这三个警告该怎么处理?尤其是最后一个上哪里找默认库“MSVCRT” |
|