Dev c++ problem

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
trisman
Posts: 9
Joined: Sat Jun 11, 2005 5:59 pm

Dev c++ problem

Post by trisman »

I have a problem with the dev c++ compiler.
From the moment i run a project in dev c++. The project starts and immediatly stops again. I think it has something todo with the library files , cause in the tutorial "using irrlicht with dev c++" it says that u should add 3 files to "linker" in dev c++ wich should be in directory .../irrlicht/library/devc++ but there wasn't a devc++ map in the map "library". So no library files aswell :( , does anyone know how i should solve this?
tnx in advance.
after-life
Posts: 69
Joined: Wed Mar 30, 2005 8:16 am
Location: Keerbergen, Belgium

Post by after-life »

its irrlicht/lib/dev cpp
not library
trisman
Posts: 9
Joined: Sat Jun 11, 2005 5:59 pm

Post by trisman »

yea i know that , but in the map "lib" there are only 3 other maps .
linux
win-32 visual studio
win-32-gcc

there's no devc++ map :(
after-life
Posts: 69
Joined: Wed Mar 30, 2005 8:16 am
Location: Keerbergen, Belgium

Post by after-life »

realy weird
try downloading and installing it again :s
MikeR
Posts: 767
Joined: Sun Dec 26, 2004 4:03 pm
Location: Northern California USA
Contact:

Post by MikeR »

There are only 2 lib files now. They are in the win32-gcc folder. It's no longer called dev-C++, it's win32-gcc.
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
after-life
Posts: 69
Joined: Wed Mar 30, 2005 8:16 am
Location: Keerbergen, Belgium

Post by after-life »

well, if you dont have the files i dont think i can help you, sorry :?
Guest

Post by Guest »

is the irrlicht.dll (bin/win32-gcc/irrlicht.dll) in the same folder as your project? otherwise my devc++ project quit immediately too! :)
bearSoft
Posts: 165
Joined: Fri Apr 01, 2005 9:55 pm
Location: Denmark

Post by bearSoft »

ur problem could be another -what mode do run irr in?
so far many have reported problem running dx mode
-can u run in oGL ?
-else -look in the paq, theres a perfect 'how to install all in dev' tut
it worked like a charm
Obs the changed lib name in irr.10.0!
Regards.
Tech: win98se| 320mb ram| abitbe6| 433mhzceleron| atiRadeon7000.64mb| soundblaster125| dx9.0b | devCPP | IRR 0.12.0 |
Xico
Posts: 30
Joined: Sun Jun 05, 2005 5:08 pm
Location: Buenos Aires, Argentina
Contact:

Post by Xico »

Try using opengl.
If you want directx in devc++ must recompile illricht, or try downloading dll's from this thread:
http://irrlicht.sourceforge.net/phpBB2/ ... c&start=15

Actually in the 0.10.0 version, you have to link just one lib file:
Win32-gcc/libIrrlicht.a
trisman
Posts: 9
Joined: Sat Jun 11, 2005 5:59 pm

Post by trisman »

Wow, it works now tnx , i had to link only 1 .a file , and to use Directx i had to install devpak and use the dll's and lib from the other thread.
tnx for the help :)
Post Reply