I can't believe I'm having such a hard time figuring out how to do something so simple. I have an external library (including a .lib and .h file) that I want to add to my project. From what I've read I need to go Project>Properties>Framework and references>Add new References and add it there.
However, this window is blank. There is a Project name and Project Directory column but there is nothing there and no 'browse' button to find my library. I tried going to VC++ directory and adding the path to the .lib file to the libraries path but it didn't help.
What am I missing?
The program can't start because TheLibrary.dll is missing from your computer. Try reinstalling the program to fix this problem.
. Any idea why it wants the dll file at run time? Because that one shouldn't be needed if one uses thelib
file at compile time, right? – Shiftless