The Tut link is not working for using Code::blocks as IDE ??
Can som1 please give me an idee wer to put the links and stuff for the project options??
I added them maybe not right :/ gives this error when trying to build simple code "hello world"
Linking stage skipped (build target has no object files to link)
Nothing to be done.
Nothing to be done.
Help Please
Hm, the "hello world" example should come with a .cbp file which is for codeblock. Did you try that?
It seems that we've currently no tutorial for setting up new project with c::b and MinGW in the wiki :-(. Also I'm not on Windows currently, but I think what you need is:
1. Add your sourcefiles (Project - add files). Usually main.cpp is already added when you create a new project. For a start you can copy the main.cpp from one of the Irrlicht examples as those will work.
2. Set your paths. (Project - build options - search directories). You will need at least the Irrlicht paths. For the compiler that is the Irrlicht include folder. For the linker on c::b windows it will be the Irrlicht/lib/Win32-gcc folder.
3. Add libraries which you need for linking. (Project - build options - linker settings). Not 100% sure there, but I guess you need at least: mingw32, gdi32 and irrlicht.
Now it should compile already - or give you some new error (then just ask again).
Also a small hint for writing threads in this forum: Please use good thread-titles which tell about the problem. Don't use just "help please", but for example "Help setting up an Irrlicht project with Code::Blocks on Windows"
It seems that we've currently no tutorial for setting up new project with c::b and MinGW in the wiki :-(. Also I'm not on Windows currently, but I think what you need is:
1. Add your sourcefiles (Project - add files). Usually main.cpp is already added when you create a new project. For a start you can copy the main.cpp from one of the Irrlicht examples as those will work.
2. Set your paths. (Project - build options - search directories). You will need at least the Irrlicht paths. For the compiler that is the Irrlicht include folder. For the linker on c::b windows it will be the Irrlicht/lib/Win32-gcc folder.
3. Add libraries which you need for linking. (Project - build options - linker settings). Not 100% sure there, but I guess you need at least: mingw32, gdi32 and irrlicht.
Now it should compile already - or give you some new error (then just ask again).
Also a small hint for writing threads in this forum: Please use good thread-titles which tell about the problem. Don't use just "help please", but for example "Help setting up an Irrlicht project with Code::Blocks on Windows"
IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
QT4 and IrrLicht .a .dll file match
I'll use this quote to butt in. ( no point in making another thread, and I'm in no rush)CuteAlien wrote:Also a small hint for writing threads in this forum: Please use good thread-titles which tell about the problem. Don't use just "help please", but for example "Help setting up an Irrlicht project with Code::Blocks on Windows"
I'm using QT4 on Windows 7; is this Code-Block IDE similar to Visual Studio? I tried to follow the tutorial, for Studio with 0 success. It compiled, but crashed looking for a p4.exe . I checked, not a virus.
Best yet, is there a guide to build everything from scratch? xyz.a, ddl etc ?
while(!asleep) sheep++;
IrrExtensions:
http://abusoft.g0dsoft.com
try Stendhal a MORPG written in Java
IrrExtensions:

http://abusoft.g0dsoft.com
try Stendhal a MORPG written in Java