Building a project in VS that depends on a static and dynamic library
- by fg nu
Noob noobin'. I would appreciate some very careful handholding in setting up an example in Visual Studio 2010 Professional where I am trying to build a project which links:
a previously built static library, for which the VS project folder is "C:\libjohnpaul\"
a previously built dynamic library, for which the VS project folder is…