Skip to main content
GameDev.net gamedev.net
🔒 Locked

DirectX 8.1 SDK where?

Started by Morgawr Sep 14, 2006 at 3:58 PM 5 replies 1.4k views
Original Post
Morgawr
Morgawr
Hi guys, I've just started programming with directX and I wanted to download SDK for 8.1 but those microsoft idiots took it away from their website(well, I can't find it), may you please tell me where I could download it, or send it to my email? please, I really need it (I read on this forums that some of you have it..) my email is morgawr@gmail.com help me thanx :D
Instruo
Instruo
Man, those idiots, not keeping 5 year old api SDK's laying around on their website... Unless you have a really good reason, you should be using the latest SDK anyway. However, a little googling found a GD.Net thread about this very thing, with a link inside that still appears to have the file.

http://www.gamedev.net/community/forums/topic.asp?topic_id=315700
"Game Programming" in an of itself does not exist. We learn to program and then use that knowledge to make games.
Prototype
Prototype
Here's what I always use: DX8.1 headers and libs
These are only the necessary files to compile DirectX programs, so no examples or documentation is included. You also will have to setup all the directories yourself.

For good measure, I included the DX8.1 help file also: DX8.1 help file


EDIT: I seem to fall in repetition :) + fixed links
Morgawr
Morgawr
wow, really thanx, when i come back home i'll download them, tyvmuch ^^ (i'm at school right now lol )
Evil Steve
Evil Steve
I have to ask - Why DX8.1? What's wrong with DX9?
Morgawr
Morgawr
sorry :P but i can't tell it xD
M3d10n
M3d10n
Quote:
Original post by Evil Steve
I have to ask - Why DX8.1? What's wrong with DX9?


You can't compile an existing DX8.1 project against DX9 without going around the code and making a bunch of changes.

If you need to fix a bug in an old project (or you've been contracted to fix a bug in someone else's old project), you'd probably want to avoid introducing yet more bugs by not re-compiling the thing against a DX version different than the one it was originally built with.

Oh, and
Quote:
Original post by Morgawr
my email is XXXXX@gmail.com help me thanx :D


I seriously recommend you edit your message and re-write your email so it doesn't look like an e-mail adress (like "myname at gmail dot com" or something). This forum is public, so spambots can easily collect any e-mail adresses posted by users.

Topic Locked

This topic has been locked by a moderator. New replies are not allowed.

Sign in to reply to this topic.