找回密码
 立即注册

QQ登录

只需一步,快速开始

扫一扫,访问微社区

查看: 1815|回复: 1

[求助]:一个老程序,居然有这么多错误

[复制链接]
发表于 2006-8-11 07:08:20 | 显示全部楼层 |阅读模式

马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。

您需要 登录 才可以下载或查看,没有账号?立即注册

×
一个老程序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 ==========
论坛插件加载方法
发帖求助前要善用【论坛搜索】功能,那里可能会有你要找的答案;
如果你在论坛求助问题,并且已经从坛友或者管理的回复中解决了问题,请把帖子标题加上【已解决】;
如何回报帮助你解决问题的坛友,一个好办法就是给对方加【D豆】,加分不会扣除自己的积分,做一个热心并受欢迎的人!
发表于 2006-8-11 11:35:03 | 显示全部楼层
正常,看看论坛相关贴子
论坛插件加载方法
发帖求助前要善用【论坛搜索】功能,那里可能会有你要找的答案;
如果你在论坛求助问题,并且已经从坛友或者管理的回复中解决了问题,请把帖子标题加上【已解决】;
如何回报帮助你解决问题的坛友,一个好办法就是给对方加【D豆】,加分不会扣除自己的积分,做一个热心并受欢迎的人!
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

QQ|申请友链|Archiver|手机版|小黑屋|辽公网安备|晓东CAD家园 ( 辽ICP备15016793号 )

GMT+8, 2024-9-23 16:29 , Processed in 0.368591 second(s), 34 queries , Gzip On.

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表