Adding a library to visual studio 2010 express

It seems that he did not find a definitive answer to the question of how to add a library. theres project properties with a whole bunch of places to add file paths, but they wonder if I should edit them all, can someone tell me the purpose of each possible record, if there is more, and maybe which ones I need edit? or convenient tutorial? poorly list which entries I know. currently trying to add the Wwise library.

  • project-> project name properties-> configuration properties-> vC ++ directory-> library directories (click "Edit" and add the appropriate FilePath)

  • project-> project name properties-> configuration properties-> linker-> general-> additional library dependencies (click edit and add the corresponding file path)

  • project-> project name properties-> configuration properties-> linker-> input-> additional dependencies (enter library names manually)

If I look at everything, I get more linker errors than I started with

+5
source share
1 answer
  • , .lib, Visual Studio. CRT, MFC, ATL Windows SDK. , . , .libs

  • , .

  • , , 2 #pragma . , 2 .lib VS . Boost.

, 2 , , . Bullet 3 .

+8

All Articles