Share
 
 

Changes to the dbmain.h File (ObjectARX)

Supported platform: Windows and Mac OS

Supported release(s): AutoCAD 2024 and later

An include for the dbmain.h file has been removed from the acgi.h file.

Note: If your programs rely on members in dbmain.h but you only previously had an include for acgi.h, you will now need to add an include for dbmain.h before recompiling your programs.

Additionally, the AcCmColor class has been removed from dbmain.h and added to a new header file named AcCmColor.h. This change is meant to help reduce the number of headers that are included in your programs. An include to AcCmColor.h has been added to dbmain.h to avoid problems when recompiling existing programs. If you need to work with the AcCmColor class in new programs, add an include to either AcCmColor.h or dbmain.h based on your needs.

Was this information helpful?