1

I have compiled a C DLL with MinGW and it made exports for everything I need without me specifying __declspec(dllexport).

Visual Studio 2013 (in "compile as C" mode) produced a DLL without any exports. Is there a VS C++ project setting I am missing that can do this kind of magic.

rgripper
  • 1,066
  • 15
  • 23
  • 2
    Possible duplicate of [http://stackoverflow.com/questions/225432/export-all-symbols-when-creating-a-dll](http://stackoverflow.com/questions/225432/export-all-symbols-when-creating-a-dll). – jlahd Nov 05 '13 at 09:16
  • Yes, it's possible with newest version of the CMake. Look at my answer for clarification: http://stackoverflow.com/a/32284832/3001953 – Maks Aug 29 '15 at 10:37

0 Answers0