- UID
- 290534
- 积分
- 27
- 精华
- 贡献
-
- 威望
-
- 活跃度
-
- D豆
-
- 在线时间
- 小时
- 注册时间
- 2005-7-9
- 最后登录
- 1970-1-1
|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?立即注册
×
一个老程序vs2002(objectarx2006)无错,,vs2005(objectarx2007)居然有这么多错误
------ Build started: Project: DemoARX, Configuration: Release Win32 ------
Compiling...
StdAfx.cpp
c:\program files\objectarx 2007\inc\AcDMMUtils.h(412) : warning C4996: 'wcscpy' was declared deprecated
C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(250) : see declaration of 'wcscpy'
Message: 'This function or variable may be unsafe. Consider using wcscpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
......
c:\program files\objectarx 2007\inc\AcDMMEPlotProperty.h(642) : warning C4996: 'wcscpy' was declared deprecated
C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(250) : see declaration of 'wcscpy'
Message: 'This function or variable may be unsafe. Consider using wcscpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\program files\objectarx 2007\inc\acpublishreactors.h(95) : error C2664: 'strlen' : cannot convert parameter 1 from 'const ACHAR *' to 'const char *'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
c:\program files\objectarx 2007\inc\acpublishreactors.h(96) : error C2664: 'strcpy' : cannot convert parameter 1 from 'ACHAR *' to 'char *'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
......
c:\program files\objectarx 2007\inc\acpublishreactors.h(171) : error C2664: 'strlen' : cannot convert parameter 1 from 'const ACHAR *' to 'const char *'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
c:\program files\objectarx 2007\inc\acpublishreactors.h(172) : error C2664: 'strcpy' : cannot convert parameter 1 from 'ACHAR *' to 'char *'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
c:\program files\objectarx 2007\inc\AcDMMEPlotProperties.h(194) : warning C4996: 'wcscpy' was declared deprecated
C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(250) : see declaration of 'wcscpy'
Message: 'This function or variable may be unsafe. Consider using wcscpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\program files\objectarx 2007\inc\arxEntryPoint.h(130) : error C2664: 'LoadStringA' : cannot convert parameter 3 from 'ACHAR [133]' to 'LPSTR'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
c:\program files\objectarx 2007\inc\arxEntryPoint.h(179) : error C2664: 'LoadStringA' : cannot convert parameter 3 from 'ACHAR [133]' to 'LPSTR'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
c:\program files\objectarx 2007\inc\arxEntryPoint.h(202) : error C2664: 'LoadStringA' : cannot convert parameter 3 from 'ACHAR [133]' to 'LPSTR'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
DemoARX.cpp
c:\program files\objectarx 2007\inc\AcDMMUtils.h(412) : warning C4996: 'wcscpy' was declared deprecated
C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(250) : see declaration of 'wcscpy'
Message: 'This function or variable may be unsafe. Consider using wcscpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
......
c:\program files\objectarx 2007\inc\AcDMMEPlotProperty.h(642) : warning C4996: 'wcscpy' was declared deprecated
C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(250) : see declaration of 'wcscpy'
Message: 'This function or variable may be unsafe. Consider using wcscpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\program files\objectarx 2007\inc\acpublishreactors.h(95) : error C2664: 'strlen' : cannot convert parameter 1 from 'const ACHAR *' to 'const char *'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
c:\program files\objectarx 2007\inc\acpublishreactors.h(96) : error C2664: 'strcpy' : cannot convert parameter 1 from 'ACHAR *' to 'char *'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
......
c:\program files\objectarx 2007\inc\acpublishreactors.h(171) : error C2664: 'strlen' : cannot convert parameter 1 from 'const ACHAR *' to 'const char *'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
c:\program files\objectarx 2007\inc\acpublishreactors.h(172) : error C2664: 'strcpy' : cannot convert parameter 1 from 'ACHAR *' to 'char *'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
c:\program files\objectarx 2007\inc\AcDMMEPlotProperties.h(194) : warning C4996: 'wcscpy' was declared deprecated
C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(250) : see declaration of 'wcscpy'
Message: 'This function or variable may be unsafe. Consider using wcscpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\program files\objectarx 2007\inc\arxEntryPoint.h(130) : error C2664: 'LoadStringA' : cannot convert parameter 3 from 'ACHAR [133]' to 'LPSTR'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
c:\program files\objectarx 2007\inc\arxEntryPoint.h(179) : error C2664: 'LoadStringA' : cannot convert parameter 3 from 'ACHAR [133]' to 'LPSTR'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
c:\program files\objectarx 2007\inc\arxEntryPoint.h(202) : error C2664: 'LoadStringA' : cannot convert parameter 3 from 'ACHAR [133]' to 'LPSTR'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
DemoARXOpt.cpp
c:\program files\objectarx 2007\inc\AcDMMUtils.h(412) : warning C4996: 'wcscpy' was declared deprecated
C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(250) : see declaration of 'wcscpy'
Message: 'This function or variable may be unsafe. Consider using wcscpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
......
c:\program files\objectarx 2007\inc\AcDMMEPlotProperty.h(642) : warning C4996: 'wcscpy' was declared deprecated
C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(250) : see declaration of 'wcscpy'
Message: 'This function or variable may be unsafe. Consider using wcscpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\program files\objectarx 2007\inc\acpublishreactors.h(95) : error C2664: 'strlen' : cannot convert parameter 1 from 'const ACHAR *' to 'const char *'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
......
c:\program files\objectarx 2007\inc\acpublishreactors.h(172) : error C2664: 'strcpy' : cannot convert parameter 1 from 'ACHAR *' to 'char *'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
c:\program files\objectarx 2007\inc\AcDMMEPlotProperties.h(194) : warning C4996: 'wcscpy' was declared deprecated
C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(250) : see declaration of 'wcscpy'
Message: 'This function or variable may be unsafe. Consider using wcscpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\program files\objectarx 2007\inc\arxEntryPoint.h(130) : error C2664: 'LoadStringA' : cannot convert parameter 3 from 'ACHAR [133]' to 'LPSTR'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
c:\program files\objectarx 2007\inc\arxEntryPoint.h(179) : error C2664: 'LoadStringA' : cannot convert parameter 3 from 'ACHAR [133]' to 'LPSTR'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
c:\program files\objectarx 2007\inc\arxEntryPoint.h(202) : error C2664: 'LoadStringA' : cannot convert parameter 3 from 'ACHAR [133]' to 'LPSTR'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
DemoARX.cpp
c:\program files\objectarx 2007\inc\AcDMMUtils.h(412) : warning C4996: 'wcscpy' was declared deprecated
C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(250) : see declaration of 'wcscpy'
Message: 'This function or variable may be unsafe. Consider using wcscpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
......
c:\program files\objectarx 2007\inc\AcDMMEPlotProperty.h(642) : warning C4996: 'wcscpy' was declared deprecated
C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(250) : see declaration of 'wcscpy'
Message: 'This function or variable may be unsafe. Consider using wcscpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\program files\objectarx 2007\inc\acpublishreactors.h(95) : error C2664: 'strlen' : cannot convert parameter 1 from 'const ACHAR *' to 'const char *'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
c:\program files\objectarx 2007\inc\acpublishreactors.h(96) : error C2664: 'strcpy' : cannot convert parameter 1 from 'ACHAR *' to 'char *'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
......
c:\program files\objectarx 2007\inc\acpublishreactors.h(171) : error C2664: 'strlen' : cannot convert parameter 1 from 'const ACHAR *' to 'const char *'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
c:\program files\objectarx 2007\inc\acpublishreactors.h(172) : error C2664: 'strcpy' : cannot convert parameter 1 from 'ACHAR *' to 'char *'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
c:\program files\objectarx 2007\inc\AcDMMEPlotProperties.h(194) : warning C4996: 'wcscpy' was declared deprecated
C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(250) : see declaration of 'wcscpy'
Message: 'This function or variable may be unsafe. Consider using wcscpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\program files\objectarx 2007\inc\arxEntryPoint.h(130) : error C2664: 'LoadStringA' : cannot convert parameter 3 from 'ACHAR [133]' to 'LPSTR'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
c:\program files\objectarx 2007\inc\arxEntryPoint.h(179) : error C2664: 'LoadStringA' : cannot convert parameter 3 from 'ACHAR [133]' to 'LPSTR'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
c:\program files\objectarx 2007\inc\arxEntryPoint.h(202) : error C2664: 'LoadStringA' : cannot convert parameter 3 from 'ACHAR [133]' to 'LPSTR'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
DocData.cpp
c:\program files\objectarx 2007\inc\AcDMMUtils.h(412) : warning C4996: 'wcscpy' was declared deprecated
C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(250) : see declaration of 'wcscpy'
Message: 'This function or variable may be unsafe. Consider using wcscpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
......
c:\program files\objectarx 2007\inc\AcDMMEPlotProperty.h(642) : warning C4996: 'wcscpy' was declared deprecated
C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(250) : see declaration of 'wcscpy'
Message: 'This function or variable may be unsafe. Consider using wcscpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\program files\objectarx 2007\inc\acpublishreactors.h(95) : error C2664: 'strlen' : cannot convert parameter 1 from 'const ACHAR *' to 'const char *'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
c:\program files\objectarx 2007\inc\acpublishreactors.h(96) : error C2664: 'strcpy' : cannot convert parameter 1 from 'ACHAR *' to 'char *'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
......
c:\program files\objectarx 2007\inc\acpublishreactors.h(171) : error C2664: 'strlen' : cannot convert parameter 1 from 'const ACHAR *' to 'const char *'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
c:\program files\objectarx 2007\inc\acpublishreactors.h(172) : error C2664: 'strcpy' : cannot convert parameter 1 from 'ACHAR *' to 'char *'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
c:\program files\objectarx 2007\inc\AcDMMEPlotProperties.h(194) : warning C4996: 'wcscpy' was declared deprecated
C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(250) : see declaration of 'wcscpy'
Message: 'This function or variable may be unsafe. Consider using wcscpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\program files\objectarx 2007\inc\arxEntryPoint.h(130) : error C2664: 'LoadStringA' : cannot convert parameter 3 from 'ACHAR [133]' to 'LPSTR'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
c:\program files\objectarx 2007\inc\arxEntryPoint.h(179) : error C2664: 'LoadStringA' : cannot convert parameter 3 from 'ACHAR [133]' to 'LPSTR'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
c:\program files\objectarx 2007\inc\arxEntryPoint.h(202) : error C2664: 'LoadStringA' : cannot convert parameter 3 from 'ACHAR [133]' to 'LPSTR'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
acrxEntryPoint.cpp
c:\program files\objectarx 2007\inc\AcDMMUtils.h(412) : warning C4996: 'wcscpy' was declared deprecated
C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(250) : see declaration of 'wcscpy'
Message: 'This function or variable may be unsafe. Consider using wcscpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
......
Message: 'This function or variable may be unsafe. Consider using wcscpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\program files\objectarx 2007\inc\AcDMMEPlotProperty.h(642) : warning C4996: 'wcscpy' was declared deprecated
C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(250) : see declaration of 'wcscpy'
Message: 'This function or variable may be unsafe. Consider using wcscpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\program files\objectarx 2007\inc\acpublishreactors.h(95) : error C2664: 'strlen' : cannot convert parameter 1 from 'const ACHAR *' to 'const char *'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
c:\program files\objectarx 2007\inc\acpublishreactors.h(96) : error C2664: 'strcpy' : cannot convert parameter 1 from 'ACHAR *' to 'char *'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
c:\program files\objectarx 2007\inc\acpublishreactors.h(101) : error C2664: 'strlen' : cannot convert parameter 1 from 'const ACHAR *' to 'const char *'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
......
c:\program files\objectarx 2007\inc\acpublishreactors.h(171) : error C2664: 'strlen' : cannot convert parameter 1 from 'const ACHAR *' to 'const char *'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
c:\program files\objectarx 2007\inc\acpublishreactors.h(172) : error C2664: 'strcpy' : cannot convert parameter 1 from 'ACHAR *' to 'char *'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
c:\program files\objectarx 2007\inc\AcDMMEPlotProperties.h(194) : warning C4996: 'wcscpy' was declared deprecated
C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(250) : see declaration of 'wcscpy'
Message: 'This function or variable may be unsafe. Consider using wcscpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\program files\objectarx 2007\inc\arxEntryPoint.h(130) : error C2664: 'LoadStringA' : cannot convert parameter 3 from 'ACHAR [133]' to 'LPSTR'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
......
c:\program files\objectarx 2007\inc\arxEntryPoint.h(202) : error C2664: 'LoadStringA' : cannot convert parameter 3 from 'ACHAR [133]' to 'LPSTR'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
.\acrxEntryPoint.cpp(80) : error C2664: 'bool AcDbLayerTable::has(const ACHAR *) const' : cannot convert parameter 1 from 'const char *' to 'const ACHAR *'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
.\acrxEntryPoint.cpp(82) : error C2664: 'AcDbSymbolTableRecord::setName' : cannot convert parameter 1 from 'const char *' to 'const ACHAR *'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
.\acrxEntryPoint.cpp(86) : warning C4996: 'strcpy' was declared deprecated
C:\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.'
.\acrxEntryPoint.cpp(87) : warning C4996: 'strcat' was declared deprecated
C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(78) : see declaration of 'strcat'
Message: 'This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
.\acrxEntryPoint.cpp(107) : warning C4996: 'strcpy' was declared deprecated
C:\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.'
.\acrxEntryPoint.cpp(108) : warning C4996: 'strcat' was declared deprecated
C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(78) : see declaration of 'strcat'
Message: 'This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
.\acrxEntryPoint.cpp(114) : error C2664: 'Acad::ErrorStatus AcDbLinetypeTable::getAt(const ACHAR *,AcDbObjectId &,bool) const' : cannot convert parameter 1 from 'char [32]' to 'const ACHAR *'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
.\acrxEntryPoint.cpp(130) : error C2664: 'acedGetVar' : cannot convert parameter 1 from 'const char [7]' to 'const ACHAR *'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
.\acrxEntryPoint.cpp(131) : error C2440: '=' : cannot convert from 'char [256]' to 'ACHAR *'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
.\acrxEntryPoint.cpp(132) : error C2664: 'acedSetVar' : cannot convert parameter 1 from 'const char [7]' to 'const ACHAR *'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
.\acrxEntryPoint.cpp(140) : error C2664: 'acedGetVar' : cannot convert parameter 1 from 'const char [7]' to 'const ACHAR *'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
.\acrxEntryPoint.cpp(141) : error C2440: '=' : cannot convert from 'char [256]' to 'ACHAR *'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
.\acrxEntryPoint.cpp(142) : error C2664: 'acedSetVar' : cannot convert parameter 1 from 'const char [7]' to 'const ACHAR *'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
.\acrxEntryPoint.cpp(149) : error C2664: 'acedGetVar' : cannot convert parameter 1 from 'const char [7]' to 'const ACHAR *'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
.\acrxEntryPoint.cpp(150) : error C2440: '=' : cannot convert from 'char [256]' to 'ACHAR *'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
.\acrxEntryPoint.cpp(151) : error C2664: 'acedSetVar' : cannot convert parameter 1 from 'const char [7]' to 'const ACHAR *'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
.\acrxEntryPoint.cpp(169) : error C2664: 'acedGetVar' : cannot convert parameter 1 from 'const char [9]' to 'const ACHAR *'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
.\acrxEntryPoint.cpp(170) : error C2664: 'strlen' : cannot convert parameter 1 from 'ACHAR *' to 'const char *'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
.\acrxEntryPoint.cpp(178) : warning C4996: 'strcpy' was declared deprecated
C:\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.'
.\acrxEntryPoint.cpp(179) : warning C4996: 'strcat' was declared deprecated
C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(78) : see declaration of 'strcat'
Message: 'This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
.\acrxEntryPoint.cpp(189) : error C2664: 'acedGetVar' : cannot convert parameter 1 from 'const char [7]' to 'const ACHAR *'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
.\acrxEntryPoint.cpp(191) : error C2664: 'strcpy' : cannot convert parameter 2 from 'ACHAR *' to 'const char *'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
.\acrxEntryPoint.cpp(193) : error C2664: 'strcpy' : cannot convert parameter 2 from 'ACHAR *' to 'const char *'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
.\acrxEntryPoint.cpp(204) : error C2065: 'i' : undeclared identifier
.\acrxEntryPoint.cpp(225) : error C2440: '=' : cannot convert from 'char [32]' to 'ACHAR *'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
.\acrxEntryPoint.cpp(226) : error C2664: 'acedSetVar' : cannot convert parameter 1 from 'const char [7]' to 'const ACHAR *'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
.\acrxEntryPoint.cpp(242) : warning C4996: 'strcpy' was declared deprecated
C:\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.'
.\acrxEntryPoint.cpp(288) : warning C4996: 'strcpy' was declared deprecated
C:\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.'
.\acrxEntryPoint.cpp(289) : warning C4996: 'strcat' was declared deprecated
C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(78) : see declaration of 'strcat'
Message: 'This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
.\acrxEntryPoint.cpp(297) : error C2664: 'acedGetVar' : cannot convert parameter 1 from 'const char [7]' to 'const ACHAR *'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
.\acrxEntryPoint.cpp(298) : error C2664: 'strcpy' : cannot convert parameter 2 from 'ACHAR *' to 'const char *'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
.\acrxEntryPoint.cpp(327) : error C2440: '=' : cannot convert from 'char [32]' to 'ACHAR *'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
.\acrxEntryPoint.cpp(328) : error C2664: 'acedSetVar' : cannot convert parameter 1 from 'const char [7]' to 'const ACHAR *'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
.\acrxEntryPoint.cpp(432) : warning C4996: 'strcpy' was declared deprecated
C:\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.'
.\acrxEntryPoint.cpp(439) : warning C4996: 'strcpy' was declared deprecated
C:\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.'
.\acrxEntryPoint.cpp(440) : warning C4996: 'strcat' was declared deprecated
C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(78) : see declaration of 'strcat'
Message: 'This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
.\acrxEntryPoint.cpp(443) : error C2664: 'acutPrintf' : cannot convert parameter 1 from 'const char [14]' to 'const ACHAR *'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
.\acrxEntryPoint.cpp(449) : warning C4996: 'strcpy' was declared deprecated
C:\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.'
.\acrxEntryPoint.cpp(450) : error C2664: 'acutPrintf' : cannot convert parameter 1 from 'const char [19]' to 'const ACHAR *'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
......
.\acrxEntryPoint.cpp(473) : error C2664: 'acedAlert' : cannot convert parameter 1 from 'const char [126]' to 'const ACHAR *'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
.\acrxEntryPoint.cpp(585) : error C2440: 'initializing' : cannot convert from 'const char [5]' to 'const ACHAR *'
......
.\acrxEntryPoint.cpp(588) : error C2440: 'initializing' : cannot convert from 'const char [13]' to 'const ACHAR *'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
.\acrxEntryPoint.cpp(604) : warning C4996: 'strcpy' was declared deprecated
C:\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.'
.\acrxEntryPoint.cpp(605) : error C2664: 'acutPrintf' : cannot convert parameter 1 from 'const char [29]' to 'const ACHAR *'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
Generating Code...
Build log was saved at "file://d:\我的文档\Visual Studio 2005\Projects\DemoARX2006\Release\BuildLog.htm"
DemoARX - 110 error(s), 134 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ========== |
|