Code::Blocks / Not the Nightly Versions
-
leeroyjenkins
- Posts: 15
- Joined: Sat Mar 17, 2007 10:39 pm
- Contact:
Code::Blocks / Not the Nightly Versions
Hey all (first post!);
I have Code Blocks, not the nightly version but 1.0. I want to use Irrlicht with it, but apparently the tutorial on how to do that has links to files that aren't there or are out of date. Could anyone point me in the right direction? Thanks.
I have Code Blocks, not the nightly version but 1.0. I want to use Irrlicht with it, but apparently the tutorial on how to do that has links to files that aren't there or are out of date. Could anyone point me in the right direction? Thanks.
Newb.
next time use search and check tutorials section 
http://irrlicht.sourceforge.net/tut_codeblocks.html
http://irrlicht.sourceforge.net/tut_codeblocks.html
-
leeroyjenkins
- Posts: 15
- Joined: Sat Mar 17, 2007 10:39 pm
- Contact:
-
leeroyjenkins
- Posts: 15
- Joined: Sat Mar 17, 2007 10:39 pm
- Contact:
Or look at my site for the tutorials...
I'm using the nightlies, but there are no differences for the setup...
I'm using the nightlies, but there are no differences for the setup...
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
-
leeroyjenkins
- Posts: 15
- Joined: Sat Mar 17, 2007 10:39 pm
- Contact:
Oh, too bad !!!
But C::B is really great and works like a charm with Irrlicht !!!
I never had problems with it, also with the standard version...
Also it doesn't depand on the IDE you're using, the compiler is more importand...
I think you're doing somethig wrong, maybe with the Irrlicht lib !?!?!
What errors do you get ???
But C::B is really great and works like a charm with Irrlicht !!!
I never had problems with it, also with the standard version...
Also it doesn't depand on the IDE you're using, the compiler is more importand...
I think you're doing somethig wrong, maybe with the Irrlicht lib !?!?!
What errors do you get ???
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
-
leeroyjenkins
- Posts: 15
- Joined: Sat Mar 17, 2007 10:39 pm
- Contact:
I'm just going to use Visual C++.
When I compiled, it would just stop. It had worked before with smaller programs, like:
But, when I went to compile anything Irrlicht related, it wouldn't go.
When I compiled, it would just stop. It had worked before with smaller programs, like:
Code: Select all
#<iostream>
#<stdlib.h>
int main()
{
cout << "Hey, all!" << endl;
system("PAUSE");
}
Newb.
