Page 1 of 1

Using DirectX9?

Posted: Sun Oct 17, 2004 9:16 am
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

Posted: Sun Oct 17, 2004 10:26 am
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...

Posted: Sun Oct 17, 2004 12:16 pm
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 :)