ATTENTION PROGRAMMERS!
Posted: November 27th, 2007, 1:31 am
Visual C 2005 is munching on my balls:
So I don't use a PC very often. So little, in fact, that my IDE was outdated. I had to download Microsoft Visual C 2005 The Free Express Whatever Blah Blah Horse Crap Edition.
I was getting some linking errors about 'windows.h' not being found. After some poking around on the web I learned I needed to install the Platform SDK. I did, and then I went to Project->Project Properties->Configuration Properties->C/C++->General and included the directory where windows.h is. That worked for the windows.h, but now I get the Linker error "cannot open file 'uuid.lib' ". I went back to my configuration properties and set a path to the folder that uuid.lib is in. No dice. You are smarter than me. Please help!
So I don't use a PC very often. So little, in fact, that my IDE was outdated. I had to download Microsoft Visual C 2005 The Free Express Whatever Blah Blah Horse Crap Edition.
I was getting some linking errors about 'windows.h' not being found. After some poking around on the web I learned I needed to install the Platform SDK. I did, and then I went to Project->Project Properties->Configuration Properties->C/C++->General and included the directory where windows.h is. That worked for the windows.h, but now I get the Linker error "cannot open file 'uuid.lib' ". I went back to my configuration properties and set a path to the folder that uuid.lib is in. No dice. You are smarter than me. Please help!