| | | 正在编译...
xmltest.cpp
j:\2011\iris\iris\tinyxml\xmltest.cpp(559) : warning C4996: 'fopen' was declared deprecated
d:\program files\microsoft visual studio 8\vc\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.'
j:\2011\iris\iris\tinyxml\xmltest.cpp(560) : warning C4996: 'fopen' was declared deprecated
d:\program files\microsoft visual studio 8\vc\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.'
j:\2011\iris\iris\tinyxml\xmltest.cpp(826) : warning C4996: 'strcpy' was declared deprecated
d:\program files\microsoft visual studio 8\vc\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.'
j:\2011\iris\iris\tinyxml\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
j:\2011\iris\iris\tinyxml\xmltest.cpp(919) : warning C4996: 'fopen' was declared deprecated
d:\program files\microsoft visual studio 8\vc\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.'
j:\2011\iris\iris\tinyxml\xmltest.cpp(925) : warning C4996: 'fopen' was declared deprecated
d:\program files\microsoft visual studio 8\vc\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.'
j:\2011\iris\iris\tinyxml\xmltest.cpp(941) : warning C4996: 'fopen' was declared deprecated
d:\program files\microsoft visual studio 8\vc\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.'
j:\2011\iris\iris\tinyxml\xmltest.cpp(954) : warning C4996: 'fopen' was declared deprecated
d:\program files\microsoft visual studio 8\vc\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.'
j:\2011\iris\iris\tinyxml\xmltest.cpp(1092) : error C2001: newline in constant
j:\2011\iris\iris\tinyxml\xmltest.cpp(1099) : error C2001: newline in constant
j:\2011\iris\iris\tinyxml\xmltest.cpp(1100) : error C2146: syntax error : missing ')' before identifier 'TiXmlHandle'
j:\2011\iris\iris\tinyxml\xmltest.cpp(1102) : error C2065: 'tHandle' : undeclared identifier
j:\2011\iris\iris\tinyxml\xmltest.cpp(1102) : error C2228: left of '.Text' must have class/struct/union
type is ''unknown-type''
j:\2011\iris\iris\tinyxml\xmltest.cpp(1103) : error C2001: newline in constant
j:\2011\iris\iris\tinyxml\xmltest.cpp(1104) : error C2143: syntax error : missing ')' before '}'
j:\2011\iris\iris\tinyxml\xmltest.cpp(1104) : error C2661: 'XmlTest' : no overloaded function takes 2 arguments
j:\2011\iris\iris\tinyxml\xmltest.cpp(1104) : error C2143: syntax error : missing ';' before '}'
正在创建浏览信息文件...
Microsoft ?????????? Version 8.00.50727
Copyright (C) Microsoft Corporation. All rights reserved.
|