VS 2010 Link Library Dependencies

2014/12/21 19:49

Last week I upgraded to Visual Studio 2010. I had a problem with some of the solutions containing shared projects that were to be built as libraries which were in turn linked to from a project in the same solution built later (does that sentence even make sense?) After building the library in one solution, a second solution (using the same library) required a full rebuild otherwise it would give unresolved external errors. Though building in the second solution did not cause the same problem in the first.

This had me scratching my head for a little while but the resolution to this problem was simple enough to find in Common Properties->Frameworks and References I needed to set Link Library Dependencies to true. I’m not sure why this value w