Categories: MSDN / DotNet / Java / Scripts / Linux / PHP Ask - La ask - La Answer

How Do I Use DirectX 9 With Borland C++ Builder

I want to start useing directX how do i do this?
[48 byte] By [Code_Writer] at [2007-11-11 8:51:11]
# 1 Re: How Do I Use DirectX 9 With Borland C++ Builder
Take a look at the directX examples that ship with C++ builder (under the examples folder)
Ivan** at 2007-11-11 21:00:53 >
# 2 Re: How Do I Use DirectX 9 With Borland C++ Builder
in Borland?

What i meen by DirectX is like to draw 3D objects and stuff
Code_Writer at 2007-11-11 21:02:04 >
# 3 Re: How Do I Use DirectX 9 With Borland C++ Builder
Or if there is an easyer way to do 3D graphics let me know
Code_Writer at 2007-11-11 21:03:03 >
# 4 Re: How Do I Use DirectX 9 With Borland C++ Builder
Try using OpenGL or some other free library. OpenGL is, however, supported in C++ builder directly.This all is not so easy and it requires a lot of learning.
Ivan** at 2007-11-11 21:04:04 >
# 5 Re: How Do I Use DirectX 9 With Borland C++ Builder
Do you know Anything about OpenGL and Borland ... i can't find any examples
Code_Writer at 2007-11-11 21:05:03 >
# 6 Re: How Do I Use DirectX 9 With Borland C++ Builder
If you have c++ builder installed on your computer then you already have some OpenGL examples. There are also OpenGL tutorials on the web. As I have already said OpenGL is a powerful library but it requires some learning
Ivan** at 2007-11-11 21:06:02 >