MATLAB: Am I not able to make a C++ shared DLL using the MATLAB Project Wizard in MSVC

cdllMATLAB Compilermsvcshared

I have properly set up a project in Microsoft Visual Studio 6.0 to create a C++ shared library.

Best Answer

This bug has been fixed for Release 14 (R14). For previous releases, read below for any possible workarounds:
This is a bug in the Project Wizard. Creating a C++ shared library (DLL) in MSVC is not supported and the option should not be enabled.
Instructions on the supported method for creating a shared library for linking in an MSVC++ project can be found in the Related Solution listed below.