Dev C++ user needs help

Started by
55 comments, last by Slade 22 years, 7 months ago
I like the nehe tutorials but how will I convert them to Dev C++ mailto:peadar_coyle@ic24.net Apocalypse Now! Software Games so good we''ll go to hell for it
mailto:peadar@coylelj.fsnet.co.uk
Advertisement
The .cpp code is the same.... change only the include and library in your dev C++ options.... well that''s what I think I never used this prog. Buy visual C++
It does not exist any compiler called "Dev-C++".
If you are using Mingw32 see the ports that is using allegro.
Yes it does exist a compiler called Dev-C++, but as Dunge said, the code should be pretty much the same.
-Forcaswriteln("Does this actually work?");
No, it is just an IDE!
Dev C++ is a compiler.
To use it, the code is the same, but U must include the lib''s.
Goto progect options and theres an include files add

-lopengl32 -lglu32



--Ched--
chris@ched45.com
--Ched--chris@ched45.com
No .. Dev-C++ is simply an IDE for the Mingw32 compiler .. fact.

"You say I''m a bitch like it''s a *bad* thing..."[email=alanetcetc@hotmail.com]Mail[/email] Site
There is something else you have to

#define CDS_FULLSCREEN 4

I think its 4

My Homepage


Visit my forums
Ok, my mistake.....sorry

--Ched--
chris@ched45.com
--Ched--chris@ched45.com
Okay, fine. Dev C++ is just and IDE (my friend has it), but it comes with that little Mingw32 compiler thingy, so I just consider it a compiler.... I know. Yeah yeah. It''s just an IDE.
-Forcaswriteln("Does this actually work?");

This topic is closed to new replies.

Advertisement