生成日志
  

生成 已启动: 项目: tinyXmlTestSTL,配置: Release|Win32

命令行
  
正在创建临时文件“j:\2011\IRIS\iris\Tinyxml\tinyXmlTestSTL___Win32_Release\RSP00001660005680.rsp”,其内容为
[
/O2 /Ob1 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "TIXML_USE_STL" /D "_CRT_SECURE_NO_WARNINGS" /D "_VC80_UPGRADE=0x0600" /D "_MBCS" /GF /FD /EHsc /MT /Gy /Fp".\tinyXmlTestSTL___Win32_Release/tinyXmlTestSTL.pch" /Fo".\tinyXmlTestSTL___Win32_Release/" /Fd".\tinyXmlTestSTL___Win32_Release/" /W3 /c /TP .\xmltest.cpp
]
正在创建命令行“cl.exe @j:\2011\IRIS\iris\Tinyxml\tinyXmlTestSTL___Win32_Release\RSP00001660005680.rsp /nologo /errorReport:prompt”
输出窗口
  
正在编译...
xmltest.cpp
.\xmltest.cpp(559) : warning C4996: 'fopen' was declared deprecated
        D:\Program Files\Microsoft Visual Studio 8\VC\include\../include/stdio.h(234) : see declaration of 'fopen'
        Message: 'This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
.\xmltest.cpp(560) : warning C4996: 'fopen' was declared deprecated
        D:\Program Files\Microsoft Visual Studio 8\VC\include\../include/stdio.h(234) : see declaration of 'fopen'
        Message: 'This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
.\xmltest.cpp(826) : warning C4996: 'strcpy' was declared deprecated
        D:\Program Files\Microsoft Visual Studio 8\VC\include\../include/string.h(73) : see declaration of 'strcpy'
        Message: 'This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
.\xmltest.cpp(908) : warning C4819: The file contains a character that cannot be represented in the current code page (936). Save the file in Unicode format to prevent data loss
.\xmltest.cpp(919) : warning C4996: 'fopen' was declared deprecated
        D:\Program Files\Microsoft Visual Studio 8\VC\include\../include/stdio.h(234) : see declaration of 'fopen'
        Message: 'This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
.\xmltest.cpp(925) : warning C4996: 'fopen' was declared deprecated
        D:\Program Files\Microsoft Visual Studio 8\VC\include\../include/stdio.h(234) : see declaration of 'fopen'
        Message: 'This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
.\xmltest.cpp(941) : warning C4996: 'fopen' was declared deprecated
        D:\Program Files\Microsoft Visual Studio 8\VC\include\../include/stdio.h(234) : see declaration of 'fopen'
        Message: 'This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
.\xmltest.cpp(954) : warning C4996: 'fopen' was declared deprecated
        D:\Program Files\Microsoft Visual Studio 8\VC\include\../include/stdio.h(234) : see declaration of 'fopen'
        Message: 'This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
.\xmltest.cpp(1092) : error C2001: newline in constant
.\xmltest.cpp(1099) : error C2001: newline in constant
.\xmltest.cpp(1100) : error C2146: syntax error : missing ')' before identifier 'TiXmlHandle'
.\xmltest.cpp(1103) : error C2001: newline in constant
.\xmltest.cpp(1104) : error C2143: syntax error : missing ')' before '}'
.\xmltest.cpp(1104) : error C2661: 'XmlTest' : no overloaded function takes 2 arguments
.\xmltest.cpp(1104) : error C2143: syntax error : missing ';' before '}'
结果
  
生成日志保存在“file://j:\2011\IRIS\iris\Tinyxml\tinyXmlTestSTL___Win32_Release\BuildLog.htm”
tinyXmlTestSTL - 7 个错误,8 个警告