Setup Requirements For AutoCAD OEM 2017

By Madhukar Moogala 

We have been receiving queries on OEM 2017 makewizard, to reach large audience I posting the necessary Visual studio 2015 set up requirements needed for successful build of OEM application.

Problem: ‘Next’ button is greyed out in OEM makewizard 2017?

Developing Environment for AutoCAD \OEM 2017 is Visual Studio 2015.

If OEM application doesn’t find VC++ or MFC tools, application disables ‘NEXT’ control.

In Visual Studio 2015, Visual C++ is not installed by default. When installing, be sure to choose Custom installation and then choose the C++ components you require. Or, if Visual Studio is already installed, choose File | New | Project | C++ and you will be prompted to install the necessary components.

You have to install MFC and VC++ tools, please follow this blog.

http://blogs.msdn.com/b/vcblog/archive/2015/07/24/setup-changes-in-visual-studio-2015-affecting-c-developers.aspx

Essentially, the three tools that the OemMakeWizard is looking for are: rc.exe, nmake.exe and sn.exe. 

Nmake.exe gets installed in VC\tools.   

It actually searches for all three of these on the search path. But it runs vcvars32.bat to  setup that search path.  


Comments

2 responses to “Setup Requirements For AutoCAD OEM 2017”

  1. Developing Environment for AutoCAD \OEM 2017 is Visual Studio 2017.<<<
    I think this is a typo and AutoCAD OEM 2017 require Visual Studio 2015.

  2. Thanks Alexander, I corrected post now.. :)

Leave a Reply

Discover more from Autodesk Developer Blog

Subscribe now to keep reading and get access to the full archive.

Continue reading