sbi
sbi

Reputation: 224069

Cannot link to lib file after upgrading to VS10

So I imported this VS9 solution into VS10 and VS10 would convert the whole thing into its new format for solution and project files. However, now it is giving me linker errors.

One project, a native C++ project, is using a set of header files and a .lib file to link to some external library. In the project, this library is specified by being put into a "Library" folder in the project. In VS9, this works fine, in VS10, it fails. The same lib is linked, however, when put into the "Additional Dependencies" setting in the Linker Input panel of the project's options.

I know the technique to drop lib files into the project for more than a decade. Has this stopped working with VS10?

Upvotes: 3

Views: 252

Answers (1)

engf-010
engf-010

Reputation: 3929

No ,that still works in VS2010 (just tested it to make sure)!

Upvotes: 2

Related Questions