DevC++ Irrlicht Template

A forum to store posts deemed exceptionally wise and useful
Post Reply
Beshr
Posts: 36
Joined: Mon Mar 12, 2007 3:34 pm
Location: Damascus, Syria

DevC++ Irrlicht Template

Post by Beshr »

hey all, here is a template for DevC++ to create DevC++ Projects, (irrlicht 1.3 must be in the C:\irrlicht-1.3 directory)

HOW.TO.USE:
--------------------
1- Unzip the file and copy the files to %DevC++Dir%/Templates/.
2- Run DevC++ and choose the irrlicht template.

as an main cpp file, i used the Hello World tutorial for using DevC++ with irrlicht in the tutorials.

DOWNLOAD THE ZIP FILE FROM HERE: http://www.filefactory.com/file/24c0c3/

or from here:
http://www.mediafire.com/?c3uykj4ryaz
(\__/)
(='.'=) Copy bunny into your signature to
(")_(") help him gain world domination.
monkeycracks
Posts: 1029
Joined: Thu Apr 06, 2006 12:45 am
Location: Tennesee, USA
Contact:

Post by monkeycracks »

Thanks :D
Beshr
Posts: 36
Joined: Mon Mar 12, 2007 3:34 pm
Location: Damascus, Syria

Post by Beshr »

no problem! :D
but your (My Prjects Link) is not working????
(\__/)
(='.'=) Copy bunny into your signature to
(")_(") help him gain world domination.
GameDude
Posts: 498
Joined: Thu May 24, 2007 12:24 am

Post by GameDude »

I figured out how to setup the Irrlicht with Dev-C++ without a dev-pak
priest
Posts: 2
Joined: Tue Jul 03, 2007 6:45 am

Error

Post by priest »

I tried to compile and run the hello world tutorial with your template but I got an error-message with the Makefile.win Message: [Builderror] [irrtest.exe] error 1
priest
Posts: 2
Joined: Tue Jul 03, 2007 6:45 am

Post by priest »

:idea: solved the problem
I added the irrlicht libraries (libirrlicht.a) on my own


thanks
Post Reply