The AutoCAD Developer Center has been updated with the following:
- Wizards
- ObjectARX 2024 Wizard
- AutoCAD 2024 .NET Wizard
- Training Material
- ObjectARX 2024 Training Labs
- AutoCAD 2024 .NET Training Labs
- My First AutoCAD Plug-In tutorial for AutoCAD 2024
Important updates for AutoCAD 2024
- DWG file format compatibility
- No Change
- API binary compatibility
- Maintained for AutoCAD 2024 AutoCAD 2024 is a binary compatibility release. ObjectARX applications developed for AutoCAD 2021, AutoCAD 2022, or AutoCAD 2023 shouldn't need to be recompiled. Applications developed for AutoCAD 2020 and earlier releases will need to be recompiled.
- Development Environment
- Visual Studio 2022 v17.2.6
- New ObjectARX applications built for AutoCAD 2024 will use VC143 toolset, however applications built with previous toolset VC142 is also compatible with AutoCAD 2024
- .NET Framework v4.8
- LISP Support for AutoCAD LT
- We are enabling end-user LISP support for AutoCAD LT
API changes post ObjectARX 2024 migration
Moved Files in ObjectARX API
- class AcCmColor
Deprecated ObjectARX APIs
- AcDbGripData::AcDbGripData () Constructor
- AcDbGripData::AcDbGripData (AcGePoint3d&, void*, AcRxClass*, GripOperationPtr, GripOperationPtr, GripRtClkHandler, GripWorldDrawPtr, GripViewportDrawPtr, GripOpStatusPtr, GripToolTipPtr, GripDimensionPtr, GripDimensionPtr, unsigned int, AcGePoint3d*, GripInputPointPtr) Constructor
The alternate API to be used instead of the above deprecated API is:
AcDbGripData(const AcGePoint3d&, void* AppData);
Modified structures/API in ObjectARX
- AcadApp structure declaration
- AcDbAssocTransInfo structure declaration
- AcDbMultiModesGripPE::GripMode structure declaration
- AcDbMultiModesGripPE::GripMode::ActionType Data Member
- AcDbMultiModesGripPE::GripMode::CursorType Data Member
- AcDbMultiModesGripPE::GripMode::GripMode Constructor
- AcGsKernelDescriptor::hasRequirement Method
For detailed information on Moved/Deprecated/Modified API, refer to the documentations(arxref.chm) in the ObjectARX 2024 SDK
Recent Comments