c++compilationfmodvisual-c++-2008

Visual C++ 2008; add library to compilation process?


I have a project that needs the fmod library, and I need to have the compiler search the directory I installed it in for the source code. This is pretty much my first time interacting with the C++ compilation process, so I'm completely lost. What settings do I use to tell it where the library is?'

Edit: to be clear, I'm talking about fmod the 3rd party audio library.


Solution

  • To include extra third-party libraries: