I'm trying to use a Win7 API. I copy/pasted a code sample, and it won't compile because of LNK2019
errors. However, if I go to "C:\Program Files\Microsoft SDKs\Windows", I see that I have the necessary .lib
files.
What am I doing wrong? Is it possible that the files are on my machine, but VS isn't recognizing them somehow?