| | | 正在编译...
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 '}'
|