Help Wanted

3D Engines – Man-0F-G0D

Man-0F-G0D

Junior Member

Posts: 1
From: Monroe, MI, USA
Registered: 04-03-2002
Does Any one know of a good 3D Engine Originally Compiled/Created with Borland Visual C++ 5.0?? I seem to have problems with MS VC++ code!!
I'm learning C++ Direct X but can't seem to get it to compile on my Compiler.

Thankz
Zach

Klumsy

Administrator

Posts: 1061
From: Port Angeles, WA, USA
Registered: 10-25-2001
www.delphi-jedi.org

go to the graphics sections... if you can't find it i can narrow it down
the people who created the delphi headers for directx, also have compatible headers and examples for borland C++

Karl

------------------
Karl /GODCENTRIC
Husband of my amazing wife Aleshia
Klumsy@xtra.co.nz

MakoGen

Junior Member

Posts: 3
From: los angeles, CA, USA
Registered: 04-29-2002
where can i get c++?

------------------
The New Genration Begins

-MakoGen

MakoGen

Junior Member

Posts: 3
From: los angeles, CA, USA
Registered: 04-29-2002
is Visual Basic the same as Visual C++?

------------------
The New Genration Begins

-MakoGen

Krylar

Administrator

Posts: 502
From: MD, USA
Registered: 03-05-2001
Hiya,

Visual Basic (VB) is different than Visual C++. They are different programming languages. C++ is generally faster and allows "lower level" access to the computer than VB does. Most games that you see on the shelves at stores are written with C or C++ as the major codebase.

Go to http://msdn.microsoft.com/visualc/ to see more about Visual C++ or
http://msdn.microsoft.com/vbasic/Default.asp for info on Visual Basic.

All the best!

-Krylar

------------------