PDA

View Full Version : arx 14 to 2006



cwintermute
2005-11-16, 09:39 PM
is there a way to take a .arx that was written for AutoCAD 14 and have it load in AutoCAD 2006?

kennet.sjoberg
2005-11-16, 10:29 PM
Maybe, maybe not.
You can try to load it in the same way as in R14, if it fail it fails.
If you are lucky you can run it as it was meant to be, but all ARX program will not work.
If you have the source code you can rewrite/compile to ARX again.

: ) Happy Computing !

kennet

Mike.Perry
2005-11-20, 04:34 PM
is there a way to take a .arx that was written for AutoCAD 14 and have it load in AutoCAD 2006?Hi

The R14 ARX file would at minimum need to be recompiled using the ObjectARX 2006 SDK kit.

+

See this by Robert Bell.

+

For general info concerning Object SDK refer to the following...

ObjectARX Programming Tips (http://www.manusoft.com/Resources/ARXTips/Index.stm) via ManuSoft.

&

ObjectARX (http://usa.autodesk.com/adsk/servlet/index?siteID=123112&id=773204) via Autodesk Developer Center.

Have a good one, Mike