生成日志
  

重新生成 已启动: 项目: ZWP2PClientDemo,配置: Release|Win32

命令行
  
正在创建临时文件“w:\ZWP2P_Client\trunk\public\ZWP2PVNClient_V1.6.0.19276_20241123\04Demo\00ZWP2PClientDemo\bin\windows\x86\release\temp\RSP0000012080020460.rsp”,其内容为
[
/O2 /Oi /GL /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "WIN32DLL" /D "SYSTEM_WIN32" /D "_UNICODE" /D "UNICODE" /FD /EHsc /MD /Gy /Fo"..\..\bin\windows\x86\release\temp\\" /Fd"..\..\bin\windows\x86\release\temp\vc90.pdb" /W3 /c /Zi /TP ..\..\ZWP2PVNClientDemo.cpp

..\..\stdafx.cpp
]
正在创建命令行“cl.exe @w:\ZWP2P_Client\trunk\public\ZWP2PVNClient_V1.6.0.19276_20241123\04Demo\00ZWP2PClientDemo\bin\windows\x86\release\temp\RSP0000012080020460.rsp /nologo /errorReport:prompt”
正在创建临时文件“w:\ZWP2P_Client\trunk\public\ZWP2PVNClient_V1.6.0.19276_20241123\04Demo\00ZWP2PClientDemo\bin\windows\x86\release\temp\RSP0000022080020460.rsp”,其内容为
[
/OUT:"..\..\bin\windows\x86\release\ZWP2PClientDemo.exe" /INCREMENTAL:NO /LIBPATH:"..\..\lib\windows\x86" /MANIFEST /MANIFESTFILE:"..\..\bin\windows\x86\release\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\release\ZWP2PClientDemo.pdb" /SUBSYSTEM:CONSOLE /OPT:REF /OPT:ICF /LTCG /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\release\temp\stdafx.obj"

"..\..\bin\windows\x86\release\temp\ZWP2PVNClientDemo.obj"
]
正在创建命令行“link.exe @w:\ZWP2P_Client\trunk\public\ZWP2PVNClient_V1.6.0.19276_20241123\04Demo\00ZWP2PClientDemo\bin\windows\x86\release\temp\RSP0000022080020460.rsp /NOLOGO /ERRORREPORT:PROMPT”
正在创建临时文件“w:\ZWP2P_Client\trunk\public\ZWP2PVNClient_V1.6.0.19276_20241123\04Demo\00ZWP2PClientDemo\bin\windows\x86\release\temp\RSP0000032080020460.rsp”,其内容为
[
/outputresource:"..\..\bin\windows\x86\release\ZWP2PClientDemo.exe;#1" /manifest

..\..\bin\windows\x86\release\temp\ZWP2PClientDemo.exe.intermediate.manifest
]
正在创建命令行“mt.exe @w:\ZWP2P_Client\trunk\public\ZWP2PVNClient_V1.6.0.19276_20241123\04Demo\00ZWP2PClientDemo\bin\windows\x86\release\temp\RSP0000032080020460.rsp /nologo”
正在创建临时文件“w:\ZWP2P_Client\trunk\public\ZWP2PVNClient_V1.6.0.19276_20241123\04Demo\00ZWP2PClientDemo\bin\windows\x86\release\temp\BAT0000042080020460.bat”,其内容为
[
@echo 清单资源上次更新时间为 %TIME%,更新位置为 %DATE% > ..\..\bin\windows\x86\release\temp\mt.dep
]
正在创建命令行“w:\ZWP2P_Client\trunk\public\ZWP2PVNClient_V1.6.0.19276_20241123\04Demo\00ZWP2PClientDemo\bin\windows\x86\release\temp\BAT0000042080020460.bat”
输出窗口
  
正在编译...
ZWP2PVNClientDemo.cpp
..\..\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”的声明
..\..\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”的声明
..\..\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”的声明
..\..\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”的声明
..\..\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”的声明
..\..\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”的声明
..\..\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”的声明
..\..\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”的声明
..\..\ZWP2PVNClientDemo.cpp(1254) : warning C4101: “struBuffer”: 未引用的局部变量
..\..\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”的声明
..\..\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”的声明
..\..\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”的声明
..\..\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”的声明
..\..\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”的声明
..\..\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”的声明
..\..\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”的声明
stdafx.cpp
正在链接...
正在生成代码
w:\zwp2p_client\trunk\public\zwp2pvnclient_v1.6.0.19276_20241123\04demo\00zwp2pclientdemo\zwp2pvnclientdemo.cpp(138) : warning C4715: “inputChar”: 不是所有的控件路径都返回值
w:\zwp2p_client\trunk\public\zwp2pvnclient_v1.6.0.19276_20241123\04demo\00zwp2pclientdemo\zwp2pvnclientdemo.cpp(118) : warning C4715: “input”: 不是所有的控件路径都返回值
已完成代码的生成
正在嵌入清单...
结果
  
生成日志保存在“file://w:\ZWP2P_Client\trunk\public\ZWP2PVNClient_V1.6.0.19276_20241123\04Demo\00ZWP2PClientDemo\bin\windows\x86\release\temp\BuildLog.htm”
ZWP2PClientDemo - 0 个错误,18 个警告