Click here to Skip to main content
15,896,153 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
hello I was create a command in autocad 2011 using vs2015 and now i want to run the same command in other version of autocad i.e.2016. What setting or code i have to change for that?

What I have tried:

Run command in autocad 2016 create in autocad 2011
Posted
Updated 10-Aug-16 2:01am

1 solution

1. You need to target the appropriate ObjectARX development SDK from Autodesk for 2015, not 2011, and recomplie. You can obtain it via the following link:
http://usa.autodesk.com/adsk/servlet/index?siteID=123112&id=773204[^]

IAW Autodesk FAQ:
"6. Do I have to rebuild my older AutoCAD applications to work on the latest version of AutoCAD?

Applications developed using ObjectARX 2015 will work fine on AutoCAD 2016 without any changes. However, applications developed for versions older than 2015 must be recompiled with current ObjectARX libraries to be compatible with the current version of AutoCAD. Applications built with ObjectARX for the current version of AutoCAD (2016) will not work on older AutoCAD releases. Note that the DWG format has not been changed in this release."
http://usa.autodesk.com/adsk/servlet/item?siteID=123112&id=773128[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900