Adding a static library to a project in the same solution (Visual Studio 2012)
问题 I'm trying to create a static library that I will be using in a project. The library compiles fine and creates the *.lib file for it. To test my code, I added another project to the same solution. When I try to build the test project I get the following errors. error LNK1120: 4 unresolved externals error LNK2019: unresolved external symbol "public: __thiscall >matrix::~matrix(void)" (??1?$matrix@M@@QAE@XZ) referenced in function _main error LNK2019: unresolved external symbol "public: _