I inherited a substantial amount of code, including a visual studio project that is supposed to (as best as I can tell) build a .lib file. Visual studio says \"... Generating C
.lib will not get generated if you miss to add prefix __declspec(dllexport) for methods.