🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

DirectX and Delphi

Started by
11 comments, last by Macl 24 years, 8 months ago
Delphi can do DirectX just as good as VC++ can do it, There is only 1 difference you gotta wait for ported header or do that your self.

Use an Existing Wrapper or do you own tools,
DelphiX is oki for beginners tho for more professional use you should do it from Scratch or use a more professional Wrapper/Engine tho they are never free..

Speed Difference, Thats a dead war now, Mabye C++ was faster than pascal but if you ask me, VC++ is not faster than Delphi in general, As sayd before.. Depents on the code.

Advertisement
Hello everyone. I am taking my first steps on DirectX programming under delphi. Found a delphi version of the headers and I use it, but I am quite lost. Is there any good tutorials about DirectX from Delphi anywhere on the net?

Tnx in advance

------------------
Signed,
macl

The Lobocom Demoworld
"fantastic world of demos"
http://www.lobocom.es/unknown

Signed,
macl

The Lobocom Demoworld
"fantastic world of demos"
http://www.lobocom.es/unknown

Instead of waiting on third-party add-ons for DirectX to work in Delphi, it'd be better to just use VC++.

And it'll save you money and time in the long run. No more waiting for other people to create the stuff for DirectX to make the latest release be able to be taken advandage of. Or, if you do it yourself, you wont have to spend time doing it yourself.

Either way, its a Win/Win situation. C++ isnt as hard as some people make it out to be.

D. Smith

This topic is closed to new replies.

Advertisement