How Do I Use DirectX 9 With Borland C++ Builder
I want to start useing directX how do i do this?
# 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 >

# 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 >

# 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 >
