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!
ATTENTION PROGRAMMERS!
Levers, pulleys, widgets, computers, and other gearhead talk.
Moderators: arclight, happywaffle
- DollarBill Offline
- Posts: 1282
- Joined: March 7th, 2006, 12:57 pm
- Location: Chicago, IL
- Contact:
ATTENTION PROGRAMMERS!
They call me Dollar Bill 'cause I always make sense.
Man, it's been a long time since I've done anything like this, but... hmmm.
http://forums.microsoft.com/MSDN/ShowPo ... 4&SiteID=1
http://forums.microsoft.com/MSDN/ShowPo ... 4&SiteID=1
references:some forum wrote: The easiest procedure to use the PSDK with VC2005 Express is:
1. Create a directory "PlatformSDK" under "%ProgramFiles%\Microsoft Visual Studio 8\VC"
2. Copy the "bin", "include" and "lib" directory from the PSDK-installation into this directory.
Then you do not need to change any config file.
http://forums.microsoft.com/MSDN/ShowPo ... 4&SiteID=1
http://forums.microsoft.com/MSDN/ShowPo ... 4&SiteID=1
PGraph plays every Thursday at 8pm! https://www.hideouttheatre.com/shows/pgraph/
- DollarBill Offline
- Posts: 1282
- Joined: March 7th, 2006, 12:57 pm
- Location: Chicago, IL
- Contact:
ROY!
You are right and I'm a dumb-ass. I have seen those forum threads which you mentioned, but I chose wrongfully to ignore their advices.
I just employed the "MacGyvered" PlatformSDK folder creation and it took care of that pesky .lib. Now I have other files whitch "cannot be found". Luckily there are threads on the same forum that you quoted addressing the new issues.
Anyway, THANKS AGAIN ROY!
You are right and I'm a dumb-ass. I have seen those forum threads which you mentioned, but I chose wrongfully to ignore their advices.
I just employed the "MacGyvered" PlatformSDK folder creation and it took care of that pesky .lib. Now I have other files whitch "cannot be found". Luckily there are threads on the same forum that you quoted addressing the new issues.
Anyway, THANKS AGAIN ROY!
They call me Dollar Bill 'cause I always make sense.