geral吧 关注:5贴子:215
  • 7回复贴,共1

【ObjectARX】问题集合

只看楼主收藏回复

很多问题都能找到的:
http://www.docin.com/p-568579957.html


IP属地:广东1楼2014-06-03 08:02回复
    【TITLE】VS2005显示64位无法编译
    build - configure manager,
    里面要选择x64,包括debug和release,如果没有新建就可以了,如果还不行:


    IP属地:广东2楼2014-06-03 08:05
    收起回复
      1. 选择“Build” – “Configuration Manager”菜单,打开配置管理器。点击新建解决方案平台。

      2. 选择“x64”平台,点击确定按钮。如果找不到x64,则是没有安装x64编译支持,安装一下就有了。 3. 这时候配置管理器中的平台已经改成刚才选择的x64了,这时候编译出来的就是64位程序了。可以在工具栏的平台下拉框中快速切换目标平台。


      IP属地:广东3楼2014-06-03 08:05
      回复
        【title】初次配置时编译链接显示无法找到...h或链接库的解决方法
        如果只是针对当个项目,则在项目属性的C/C++ - General - 附加文件目录里手动添加ARX文件里面的inc,然后在LINK - General - 附加库目录里手动添加ARX文件里面的lib。
        不过一般直接在tool - option - 项目和解决方案 - VC++目录,添加包含文件和库文件,注意X64和win32在左上角要先选好。


        IP属地:广东4楼2014-06-03 08:11
        回复
          【TITLE】ObjectARX 多版本官方下载地址
          2011(32位和64位版本)
          http://download.autodesk.com/esd/objectarx/2011/ObjectARX_2011_Win_64_and_32Bit.exe
          2010(32位和64位版本)
          http://download.autodesk.com/akdlm/esd/dlm/objectarx/ObjectARX_2010_Win_64_and_32Bit.exe
          2009(32位和64位版本)
          http://download.autodesk.com/esd/objectarx/2009/ObjectARX_2009_Win_64_and_32Bit.exe
          2008
          32位版本:
          http://download.autodesk.com/esd/objectarx/2008/ObjectARX_2008_32Bit.exe
          64位版本:
          http://download.autodesk.com/esd/objectarx/2008/ObjectARX_2008_64Bit.exe
          2007
          -Core
          http://download.autodesk.com/esd/objectarx/2007/Arx_Core.exe
          -SDK
          http://download.autodesk.com/esd/objectarx/2007/Arx_All.exe
          2006
          -Core
          http://download.autodesk.com/WebPub/autocad/oarx2006/Arx_Core.exe
          -SDK
          http://download.autodesk.com/WebPub/autocad/oarx2006/Arx_All.exe
          2005
          -Core
          http://download.autodesk.com/WebPub/Developer/autocad/Arx_Core2005.exe
          -SDK
          http://download.autodesk.com/WebPub/Developer/autocad/Arx_All2005.exe
          2004
          -Core
          http://download.autodesk.com/WebPub/autocad/oarx/arx_core.exe
          -SDK
          http://download.autodesk.com/WebPub/autocad/oarx/arx_sdk.exe
          2002
          -Core
          http://download.autodesk.com/pub/objectarx/objectarx_2002/K030.arx.plus.core.zip
          -SDK
          http://download.autodesk.com/pub/objectarx/objectarx_2002/K030.arx.plus.all.zip
          2000
          -Core
          http://download.autodesk.com/pub/objectarx/ObjectArxCore.exe
          -SDK
          http://download.autodesk.com/pub/objectarx/ObjectArxSDK.exe
          R14
          -SDK
          http://download.autodesk.com/Pub/developer/sdk/obarxsdk.exe


          IP属地:广东5楼2014-06-03 08:14
          收起回复
            【title】获取外部输入
            int acedGetString (int cronly, const char *prompt, char * result);
            用于获取用户输入


            IP属地:广东6楼2014-06-07 21:56
            回复