官方文档的简单翻译。
english:
Use the following settings for your project
Set the application type to DLL.
Specify the ObjectARX library and include file locations.
The easiest way to do this is to add the ObjectARX include and library directories to your MSVC++ environment settings (in the Visual Studio menu under Tools»Options»Projects and Solutions»VC++ Directories). You can also specify the locations in the Project Properties, but you'll need to include full paths to the files f
……