Dev C++

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
sadsack
Posts: 2
Joined: Sat Dec 17, 2005 12:27 am
Contact:

Dev C++

Post by sadsack »

Hello,
I am new to this, I am trying to set dev up to run Irrlicht engine. The tut. I am useing said this:
For release 0.3, we can find the files we need in "irrlicht-0.3\lib\DevCpp. There are three files of interest:
********************************************
libIrrlicht.a -- the Irrlicht library
libjpeg.a -- the Independant JPEG group library
libz.a -- the zlib compression library
*********************************************


We're going to go ahead and add all three of these to our Dev-C++ project. To do that, go back to the "Project Options" dialog, and click on the "Parameters" tab. Something like the window below will appear. To add each of the required libraries, simply click the "Add Library or Object" button; use the file dialog to locate each of the libraries listed below, and then click okay, Once you have added all three, we're done, and you can click "Ok".

I can not find the files that the tut. is talking about.
Does anyone know where I can find the above files?

I have devC++ Version 4.9.0
and
Irrlicht Version 0.14.0
Thank You
renny/sadsack
Conquistador
Posts: 340
Joined: Wed Sep 28, 2005 4:38 pm
Location: Canada, Eh!

Post by Conquistador »

The DLL's for the compiler Dev-c++ uses are in the bin/Win32-gcc folder, the static libs are in lib/Win32-gcc, that's all you need, that tutorial seems out of date.
Royal Hamilton Light Infantry - http://www.rhli.ca
Paris/Port Dover Pipes'n Drums - http://www.parisdover.ca
sadsack
Posts: 2
Joined: Sat Dec 17, 2005 12:27 am
Contact:

Post by sadsack »

thank you
renny/sadsack

Well I tryed and it did not work. Is there new tut. that show how to set up Dev-C++?
Conquistador
Posts: 340
Joined: Wed Sep 28, 2005 4:38 pm
Location: Canada, Eh!

Post by Conquistador »

Why didn't it work? There's nothing stopping you from setting this up in Dev-C++.
Royal Hamilton Light Infantry - http://www.rhli.ca
Paris/Port Dover Pipes'n Drums - http://www.parisdover.ca
TreyOne Games
Posts: 18
Joined: Wed Dec 14, 2005 12:44 am

Post by TreyOne Games »

how to set up Dev-C++?
if u would like...i can post it for you :) ... i also had trouble also first setting it up .... i use irrlicht 12 and dev 4.9.9.2 on windows xp

The tut's are somewhat confusing but once u get it ...all works fine :D
MikeR
Posts: 767
Joined: Sun Dec 26, 2004 4:03 pm
Location: Northern California USA
Contact:

Post by MikeR »

Try the one in my signature.
It may help.
All you have to do is to include the proper path to the include and lib files.
If it exists in the real world, it can be created in 3d

Sys specs:
AMD 3700+ 64 processor
1.0 gb ram
e-Geforce 6600 graphics 256 mb onboard ram
Guest

Post by Guest »

um, thats te one for versiuon 3. i also am trying to use dev c++ and am getting weird errors.
MikeR
Posts: 767
Joined: Sun Dec 26, 2004 4:03 pm
Location: Northern California USA
Contact:

Post by MikeR »

Compiling with dev-cpp is really easy. The tut in my sig is for irrlicht 0.10, but still applies.

In dev-cpp includes, include the "irrlicht0.14/includes" folder
lib "irrlicht0.14/lib/Win32-gcc/libirrlicht.a"

copy the irrlicht.dll from "irrlicht0.14/bin/Win32-gcc" folder to your project folder.

That's all there is to it.
If it exists in the real world, it can be created in 3d

Sys specs:
AMD 3700+ 64 processor
1.0 gb ram
e-Geforce 6600 graphics 256 mb onboard ram
Post Reply