生成日志
  

生成 已启动: 项目: ZWP2PClientDemo,配置: Debug|Win32

命令行
  
正在创建临时文件“w:\ZWP2P_Client\trunk\public\ZWP2PVNClient_V1.6.0.19276_20241123\04Demo\00ZWP2PClientDemo\bin\windows\x86\debug\temp\RSP0000011824017668.rsp”,其内容为
[
/Od /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "WIN32DLL" /D "SYSTEM_WIN32" /D "_UNICODE" /D "UNICODE" /Gm /EHsc /RTC1 /MDd /Fo"..\..\bin\windows\x86\debug\temp\\" /Fd"..\..\bin\windows\x86\debug\temp\vc90.pdb" /W3 /c /ZI /TP ..\..\ZWP2PVNClientDemo.cpp
]
正在创建命令行“cl.exe @w:\ZWP2P_Client\trunk\public\ZWP2PVNClient_V1.6.0.19276_20241123\04Demo\00ZWP2PClientDemo\bin\windows\x86\debug\temp\RSP0000011824017668.rsp /nologo /errorReport:prompt”
正在创建临时文件“w:\ZWP2P_Client\trunk\public\ZWP2PVNClient_V1.6.0.19276_20241123\04Demo\00ZWP2PClientDemo\bin\windows\x86\debug\temp\RSP0000021824017668.rsp”,其内容为
[
/OUT:"..\..\bin\windows\x86\debug\ZWP2PClientDemo.exe" /INCREMENTAL /LIBPATH:"..\..\lib\windows\x86" /MANIFEST /MANIFESTFILE:"..\..\bin\windows\x86\debug\temp\ZWP2PClientDemo.exe.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /DEBUG /PDB:"w:\ZWP2P_Client\trunk\public\ZWP2PVNClient_V1.6.0.19276_20241123\04Demo\00ZWP2PClientDemo\bin\windows\x86\debug\ZWP2PClientDemo.pdb" /SUBSYSTEM:CONSOLE /DYNAMICBASE /NXCOMPAT /MACHINE:X86 ZWP2PVNClient.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib

"..\..\bin\windows\x86\debug\temp\stdafx.obj"

"..\..\bin\windows\x86\debug\temp\ZWP2PVNClientDemo.obj"

"..\..\bin\windows\x86\debug\temp\ZWP2PClientDemo.exe.embed.manifest.res"
]
正在创建命令行“link.exe @w:\ZWP2P_Client\trunk\public\ZWP2PVNClient_V1.6.0.19276_20241123\04Demo\00ZWP2PClientDemo\bin\windows\x86\debug\temp\RSP0000021824017668.rsp /NOLOGO /ERRORREPORT:PROMPT”
正在创建临时文件“w:\ZWP2P_Client\trunk\public\ZWP2PVNClient_V1.6.0.19276_20241123\04Demo\00ZWP2PClientDemo\bin\windows\x86\debug\temp\RSP0000031824017668.rsp”,其内容为
[
/out:..\..\bin\windows\x86\debug\temp\ZWP2PClientDemo.exe.embed.manifest /notify_update /manifest

..\..\bin\windows\x86\debug\temp\ZWP2PClientDemo.exe.intermediate.manifest
]
正在创建命令行“mt.exe @w:\ZWP2P_Client\trunk\public\ZWP2PVNClient_V1.6.0.19276_20241123\04Demo\00ZWP2PClientDemo\bin\windows\x86\debug\temp\RSP0000031824017668.rsp /nologo”
正在创建临时文件“w:\ZWP2P_Client\trunk\public\ZWP2PVNClient_V1.6.0.19276_20241123\04Demo\00ZWP2PClientDemo\bin\windows\x86\debug\temp\BAT0000041824017668.bat”,其内容为
[
@echo 清单资源上次更新时间为 %TIME%,更新位置为 %DATE% > ..\..\bin\windows\x86\debug\temp\mt.dep
]
正在创建命令行“w:\ZWP2P_Client\trunk\public\ZWP2PVNClient_V1.6.0.19276_20241123\04Demo\00ZWP2PClientDemo\bin\windows\x86\debug\temp\BAT0000041824017668.bat”
输出窗口
  
正在编译...
ZWP2PVNClientDemo.cpp
w:\zwp2p_client\trunk\public\zwp2pvnclient_v1.6.0.19276_20241123\04demo\00zwp2pclientdemo\zwp2pvnclientdemo.cpp(131) : warning C4996: 'strncpy': This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        e:\vs\vs2008\vc\include\string.h(157) : 参见“strncpy”的声明
w:\zwp2p_client\trunk\public\zwp2pvnclient_v1.6.0.19276_20241123\04demo\00zwp2pclientdemo\zwp2pvnclientdemo.cpp(277) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        e:\vs\vs2008\vc\include\stdio.h(366) : 参见“sprintf”的声明
w:\zwp2p_client\trunk\public\zwp2pvnclient_v1.6.0.19276_20241123\04demo\00zwp2pclientdemo\zwp2pvnclientdemo.cpp(278) : warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        e:\vs\vs2008\vc\include\stdio.h(237) : 参见“fopen”的声明
w:\zwp2p_client\trunk\public\zwp2pvnclient_v1.6.0.19276_20241123\04demo\00zwp2pclientdemo\zwp2pvnclientdemo.cpp(314) : warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        e:\vs\vs2008\vc\include\stdio.h(237) : 参见“fopen”的声明
w:\zwp2p_client\trunk\public\zwp2pvnclient_v1.6.0.19276_20241123\04demo\00zwp2pclientdemo\zwp2pvnclientdemo.cpp(385) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        e:\vs\vs2008\vc\include\string.h(74) : 参见“strcpy”的声明
w:\zwp2p_client\trunk\public\zwp2pvnclient_v1.6.0.19276_20241123\04demo\00zwp2pclientdemo\zwp2pvnclientdemo.cpp(386) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        e:\vs\vs2008\vc\include\string.h(74) : 参见“strcpy”的声明
w:\zwp2p_client\trunk\public\zwp2pvnclient_v1.6.0.19276_20241123\04demo\00zwp2pclientdemo\zwp2pvnclientdemo.cpp(387) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        e:\vs\vs2008\vc\include\string.h(74) : 参见“strcpy”的声明
w:\zwp2p_client\trunk\public\zwp2pvnclient_v1.6.0.19276_20241123\04demo\00zwp2pclientdemo\zwp2pvnclientdemo.cpp(518) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        e:\vs\vs2008\vc\include\stdio.h(366) : 参见“sprintf”的声明
w:\zwp2p_client\trunk\public\zwp2pvnclient_v1.6.0.19276_20241123\04demo\00zwp2pclientdemo\zwp2pvnclientdemo.cpp(1254) : warning C4101: “struBuffer”: 未引用的局部变量
w:\zwp2p_client\trunk\public\zwp2pvnclient_v1.6.0.19276_20241123\04demo\00zwp2pclientdemo\zwp2pvnclientdemo.cpp(1340) : warning C4996: '_snprintf': This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        e:\vs\vs2008\vc\include\stdio.h(358) : 参见“_snprintf”的声明
w:\zwp2p_client\trunk\public\zwp2pvnclient_v1.6.0.19276_20241123\04demo\00zwp2pclientdemo\zwp2pvnclientdemo.cpp(1357) : warning C4996: 'strncpy': This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        e:\vs\vs2008\vc\include\string.h(157) : 参见“strncpy”的声明
w:\zwp2p_client\trunk\public\zwp2pvnclient_v1.6.0.19276_20241123\04demo\00zwp2pclientdemo\zwp2pvnclientdemo.cpp(1361) : warning C4996: 'strncpy': This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        e:\vs\vs2008\vc\include\string.h(157) : 参见“strncpy”的声明
w:\zwp2p_client\trunk\public\zwp2pvnclient_v1.6.0.19276_20241123\04demo\00zwp2pclientdemo\zwp2pvnclientdemo.cpp(1365) : warning C4996: 'strncpy': This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        e:\vs\vs2008\vc\include\string.h(157) : 参见“strncpy”的声明
w:\zwp2p_client\trunk\public\zwp2pvnclient_v1.6.0.19276_20241123\04demo\00zwp2pclientdemo\zwp2pvnclientdemo.cpp(1379) : warning C4996: '_snprintf': This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        e:\vs\vs2008\vc\include\stdio.h(358) : 参见“_snprintf”的声明
w:\zwp2p_client\trunk\public\zwp2pvnclient_v1.6.0.19276_20241123\04demo\00zwp2pclientdemo\zwp2pvnclientdemo.cpp(1526) : warning C4996: 'strcmpi': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strcmpi. See online help for details.
        e:\vs\vs2008\vc\include\string.h(214) : 参见“strcmpi”的声明
w:\zwp2p_client\trunk\public\zwp2pvnclient_v1.6.0.19276_20241123\04demo\00zwp2pclientdemo\zwp2pvnclientdemo.cpp(1536) : warning C4996: 'strcmpi': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strcmpi. See online help for details.
        e:\vs\vs2008\vc\include\string.h(214) : 参见“strcmpi”的声明
w:\zwp2p_client\trunk\public\zwp2pvnclient_v1.6.0.19276_20241123\04demo\00zwp2pclientdemo\zwp2pvnclientdemo.cpp(118) : warning C4715: “input”: 不是所有的控件路径都返回值
w:\zwp2p_client\trunk\public\zwp2pvnclient_v1.6.0.19276_20241123\04demo\00zwp2pclientdemo\zwp2pvnclientdemo.cpp(138) : warning C4715: “inputChar”: 不是所有的控件路径都返回值
正在链接...
正在嵌入清单...
结果
  
生成日志保存在“file://w:\ZWP2P_Client\trunk\public\ZWP2PVNClient_V1.6.0.19276_20241123\04Demo\00ZWP2PClientDemo\bin\windows\x86\debug\temp\BuildLog.htm”
ZWP2PClientDemo - 0 个错误,18 个警告