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.