Unofficial AutoCAD History Pages
AutoCAD 2007 (Release 21)
AutoCAD 2006 (Release 20)
AutoCAD 2005 (Release 19)
AutoCAD 2004 (Release 18)
AutoCAD 2002 (Release 17)
AutoCAD 2000i (Release 16)
AutoCAD 2000 (Release 15)
Release 14
Release 13
Release 12
Release 11
Release 10
Release 9
Version 2.6 (Release 8)
Version 2.5 (Release 7)
Version 2.1 (Release 6)
Version 2.0 (Release 5)
Version 1.4 (Release 4)
Version 1.3 (Release 3)
Version 1.2 (Release 2)
Version 1.0 (Release 1)
 
Command and Sysvar Map
Old AutoCAD Release Gallery
 
 
 
Release 14      February 1997
Customization Tools

ObjectARX 2.0


AutoCAD's object-oriented API, ARX (AutoCAD Runtime Extension), has been enhanced to provide tighter integration, better access, and improved performance for third-party applications. Data interoperability has been improved, and the "zombie" object behavior has been replaced by a more interactive "proxy" object.

ActiveX Automation Interface


AutoCAD now supports the ActiveX Automation interface standard developed by Microsoft. AutoCAD objects and their methods are now exposed to applications subscribing to this interface. For example, Visual Basic can now access AutoCAD objects and their creation and editing methods. Thus, you can now use the Visual Basic programming language to drive AutoCAD or to write a single application that integrates AutoCAD with other ActiveX Automation compliant applications, such as Microsoft Excel, Microsoft Word, and Microsoft Access.

Persistent AutoLISP


AutoLISP routines can now be "persistent" across drawing file initializations: variables and information from one drawing load can be carried forward to the next, and the routine itself does not need to be reloaded. Batch processing routines are easier to write and run much faster as a result of this change.

Persistent Partial Menus


If you have loaded a partial menu and then exit AutoCAD, the partial menu will be reloaded the next time you start AutoCAD.