Using DirectX9?

Everything else that doesn't fall into one of the other PB categories.
Dreglor
Enthusiast
Enthusiast
Posts: 759
Joined: Sat Aug 02, 2003 11:22 pm
Location: OR, USA

Using DirectX9?

Post by Dreglor »

I Trying to play around with Directx9 for a game possibly.
the problem is after getting the includes (codemongers) i can't seam to find any documentation on how to use them you how to even get them to compile?
a tutorial would be nice

the reason is that at the rate that orge is being implamented into purebasic it will take for ever to get my game started...

unless theres a easier way all together
~Dreglor
BalrogSoft
Enthusiast
Enthusiast
Posts: 203
Joined: Sat Apr 26, 2003 6:33 pm
Location: Spain
Contact:

Post by BalrogSoft »

Hi, i can help you but with DirectX 7.0, i used DirectDraw and Direct3D for my language, but only with version 7.0, about DX 9.0 i can't help you...
Moonshine
Enthusiast
Enthusiast
Posts: 263
Joined: Tue May 25, 2004 12:13 am
Location: UK

Post by Moonshine »

Its not easy, you cant just grab the includes then dive right in. DX is a VERY complex beast, before I started to use it with PB it took me around 2-4 weeks of research on how it worked.

Your best bet would be to look at the following sites for a few tutorials:

http://www.gamedev.net/reference/list.asp?categoryid=24

http://www.32bits.co.uk/

http://www.two-kings.de/

Also, the GameDev.net DirectX forum FAQ is useful along with the actual forum itself:

http://www.gamedev.net/community/forums ... orum_id=10

Hope that helps :)
Mark my words, when you least expect it, your uppance will come...
Post Reply