VS2010 static linking issue

前端 未结 4 1776
一向
一向 2020-12-31 13:21

my company has recently upgraded from VS2005 to VS2010. We have a huge project which uses a lot of modules which are being linked statically into the exe. But there seem to

4条回答
  •  执念已碎
    2020-12-31 14:04

    Have a look at following links:

    Visual Studio 2010 not autolinking static libraries from projects that are dependencies as it should be supposed to

    Behavior of Link Library Dependencies in 2010

    Unresolved Externals When Build a VC++ Project with Chained Static Lib Dependencies

    Flexible Project-to-Project References

提交回复
热议问题