Ok.. I wanna make a game in OpenGL to run crossplatform..
I'm totally n00b when it comes to coding and I'm doing the tutorial found here: http://irrlicht.sourceforge.net/tut_devcpp.html
I have downloaded irrlicht-1.6, but it don't have any lib files for Dev-C++..
Is it possible to do exactly the same coding with MS Visual C++ Express as in Dev-C++?
I don't want a lot of MS stuff mixed in my programs.. So if that happens with MS Visual C++ Express, then please tell me how I can compile the lib files I need for Dev-C++..
Configure Dev-C++ for irrlicht-1.6
Configure Dev-C++ for irrlicht-1.6
Last edited by Bluelight on Sat Oct 10, 2009 5:02 pm, edited 2 times in total.
BlueLight
Cool!
But don't I have to point to the irrlicht-1.6 directory or something?
And now I have another problem..
Why can't I compile this (I get errors):
http://infernusweb.net/hosting/BlueLight/Test.c
It's a simple C program.. It worked in Dev-C++..
Edit: I changed void to int, but I still get errors..
http://irrlichtirc.g0dsoft.com/pastebin/1759
But don't I have to point to the irrlicht-1.6 directory or something?
And now I have another problem..
Why can't I compile this (I get errors):
http://infernusweb.net/hosting/BlueLight/Test.c
It's a simple C program.. It worked in Dev-C++..
Edit: I changed void to int, but I still get errors..
http://irrlichtirc.g0dsoft.com/pastebin/1759
BlueLight