Advertisement

Game Programming

Started by January 01, 2001 07:56 AM
0 comments, last by rodneyldixon 24 years ago
Is it possible that I could use Delphi to build 3D Dos/Windows games? And if it is, what version do I need or does it matter? Edited by - rodneyldixon on January 1, 2001 9:33:39 AM
Some people are programming 3d engines in Delphi, that I know but I must confess that I have no idea how fast Delphi can get. I know that you can develop DX games in VB but IMHO that really isnt a very good idea ^_^. I tried once because I said to myself hey! VB is easy to use and with DX I could get pretty decent games right? Wrong . I found that using VB + DX is way more hard than in C++ and you have much less documentation and gurus that can help you out when you''re stuck so you''re on your own. Beside, the main reason that made me ban the notion of VB from my game able language list is that you loose all the advantage of VB ie : easy to do gui since in DX it''s all sprites and such, no drag and drop buttons . Course you could use the GDI but .. HAHAHAHAHAHAHAH.

memcpy(&i, &j, sizeof(int));

This topic is closed to new replies.

Advertisement