Advertisement

DJGPP and DirectX

Started by August 11, 2000 07:18 AM
8 comments, last by mikael_j 24 years, 4 months ago
I heard that it is possible to use DirectX in programs written using DJGPP, how?
Use it with WinAllegro
"To some its a six-pack, to me it's a support group."
Advertisement
Since DJGPP isn't a Windows compiler, it's not possible... But I think there are extensions to it somewhere which will "make it a Windows compiler". But it would probably be easier to just get VC++

Edited by - Muzzafarath on August 11, 2000 1:13:15 PM
I'm reminded of the day my daughter came in, looked over my shoulder at some Perl 4 code, and said, "What is that, swearing?" - Larry Wall
RSXDJNT - or something similar

That is supposed to make DJGPP compile Windows programs. I tried it once long ago and I couldn''t get it work since the version of the package only worked with _old_ versions of the compiler. As I said, it was a long time ago . Hopefully it works better now.

If VC is not a choice because of it''s price there are other free Win32 compilers - such as Mingw32.

"Paranoia is the belief in a hidden order behind the visible." - Anonymous
It''s RSXNTDJ

I''ve gotten it to work before (awhile ago) but I think it was a pain in the arse! I doubt it''s changed much.

If you''re really set on using a free compiler, figure out RSX and DJGPP... it''s cool when it works (just read the readme carefully)

===========================================
As far as the laws of mathematics refer to reality, they are not certain, and as far as they are certain, they do not refer to reality.

-Albert Einstein
Dev-C++ and lcc-win32 both can compile DirectX, and lcc can compile OpenGL.

Dev-C++ (its down so search on lycos)

LCC-Win32

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

A wise man once said "A person with half a clue is more dangerous than a person with or without one."
-----------------------------A wise man once said "A person with half a clue is more dangerous than a person with or without one."The Micro$haft BSOD T-Shirt
Advertisement
The main reason I refuse to use windows IDEs like VC is that they have ten million features that I will never use, and don''t see me getting any better at C if it generates a simple program for me when I start it up.
I use them beacuse they have about 20 that I DO use and they come with LOTS of support. Thats the ONLY reason I bought M$VC. You really can''t go past it. I simply couldn''t do without it (and make DirectX programs anyway)

-Chris Bennett ("Insanity" of Dwarfsoft)

Check our site:
http://www.crosswinds.net/~dwarfsoft/
Check out our NPC AI Mailing List :
http://www.egroups.com/group/NPCAI/
made due to popular demand here at GDNet :)
I like VC++ because I know it will work with DirectX because microsoft made it. Plus, most programming books and tutorials use VC++ so I know that things I learn from there will work when I go to try them. Microsoft may be evil and monopolistic, but VC++ is one of their better products...

- Daniel
VG Games
- DanielMy homepage
LCC-Win32 is great besides that''s a C compiler (with support with some C++ features...).
I haven''t really bothered to look into it but Mingw32 seems good (this is what Dev-C++ uses as it''s backbone is it not?).

"Paranoia is the belief in a hidden order behind the visible." - Anonymous

This topic is closed to new replies.

Advertisement