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.
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!
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