No Linker option in Visual Studio Project Properties

Updating answer for VS2012 to cover executable and libraries.

If your project is an executable then you need to navigate as such:
Myproject –> properties –> linker –> additional dependencies and add the dll or lib.

If you project is a library, there is no “linker” tab so you need to navigate as such:
Myproject –>properties –> Librarian –> additional dependencies and add the dll or lib

Leave a Comment