- ObjectARX (http://usa.autodesk.com/adsk/servlet/item?siteID=123112&id=785550)
- stlsoft (https://github.com/synesissoftware/STLSoft-1.10)
- vole (http://vole.sourceforge.net/)
- boost (http://www.boost.org/)
- Visual Studio (https://www.visualstudio.com/post-download-vs?sku=community&clcid=0x409)
Note Use Visual Studio Community Update 3 for Autocad 2018
- Download and install the latest versions of the required libraries into the correct directiories.
- Update lib/stlsoft/include/stlsoft.h to support your version of MSVC e.g.
# elif ((_MSC_VER >= 1930) && (_MSC_VER <= 1940))
# define STLSOFT_COMPILER_VERSION_STRING "Visual C++ 14.3x"
- Build boost libraries (x64 and w32 versions).
.\bootstrap.bat --with-libraries=regex
.\b2 --toolset=msvc-14.3 address-model=64 --with-regex --build-type=complete --stagedir=lib\x64 stage
- Open the project in Visual Studio
- Build the project for the desired architecture.