Hi I can't figure out how to set up Irrlicht with Dev C++ , could someone help?. The tutorial on the source forge page is for 1.3 and I use version
1.4. I know this has probably come up a thousand times though .
Thanks for any help.
Dev C++ (again)(SOLVED)
-
- Posts: 1691
- Joined: Sun May 18, 2008 9:42 pm
Dev C++ (again)(SOLVED)
Last edited by 3DModelerMan on Thu May 29, 2008 11:09 pm, edited 1 time in total.
That would be illogical captain...
My first full game:
http://www.kongregate.com/games/3DModel ... tor#tipjar
My first full game:
http://www.kongregate.com/games/3DModel ... tor#tipjar
i never used dev-c++ though but i heard it has lots of problems. you can probably try code::blocks?
My company: http://www.kloena.com
My blog: http://www.zhieng.com
My co-working space: http://www.deskspace.info
My blog: http://www.zhieng.com
My co-working space: http://www.deskspace.info
what do you mean "set up irrlicht with dev-c++"? Do you mean building the engine or just linking with the engine from dev-c++?
Just FYI, Dev-C++ if still quite usable (it's what I use), but it does take a bit of tweaking...I'll be happy to help any way I can
-wyrmmage
Just FYI, Dev-C++ if still quite usable (it's what I use), but it does take a bit of tweaking...I'll be happy to help any way I can
-wyrmmage
Worlds at War (Current Project) - http://www.awkward-games.com
Ganadu'r, The Eternal Sage (Other Current Project) - http://rpg.naget.com
Ganadu'r, The Eternal Sage (Other Current Project) - http://rpg.naget.com
There is no difference in setting up Irr 1.3 and Irr 1.4 in any IDE.
All you need to do is link to the library and add the include folder of irrlicht to the list of include directories. Both those options are in the Project Options, which is in one of the drop down menus.
Or you can just take the pre-setup dev-c++ project files in the examples folders.
All you need to do is link to the library and add the include folder of irrlicht to the list of include directories. Both those options are in the Project Options, which is in one of the drop down menus.
Or you can just take the pre-setup dev-c++ project files in the examples folders.