ObjectARX Applications with Dynamically Linked MFC

The supported method for building an MFC-based ObjectARX application is to use the dynamically linked MFC libraries.

To build an ObjectARX application using the shared MFC library

  1. Select the MFC DLL option for the project.
  2. In the Application Settings, select MFC extension DLL.
  3. Add an acrxEntryPoint function to the project's CPP file. See the example at the end of the section for a complete setup for an MFC project.