using `__declspec(dllexport)` before every public method
I’m working in a C++ workspace in VS2017, having two projects in the workspace: a utility project and a main project that uses the utility project. After I added a new class (".h" and ".cpp" files) to the utility project, I noticed that although I make changes in the code, the ".lib" file is not… Read More using `__declspec(dllexport)` before every public method