[SOLVED]A doubt about the Irrlicht on the Code::Blocks
-
- Posts: 3
- Joined: Fri Mar 31, 2006 1:37 pm
- Location: Brasil
[SOLVED]A doubt about the Irrlicht on the Code::Blocks
Hi, I'm a noob user of both Irrlicht and Code::Blocks (before I used to program with Dev C/C++). I was reading the tutorial to how setup the engine on the Code::Blocks IDE (this one -> http://irrlicht.sourceforge.net/tut_codeblocks.html, but I have a doubt on the step 5. There it says to add some libraries to the project, but I don't know if I just have to put the name of the lib or put the path to them. Since I didn't find the path to them, I just put their name... but the IDE didn't find the compiler... Can anyone help me on this? Thanks ^__^x
If you're using C::B with MinGW you have to use the same as for DevC++ (it's the same compiler)
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
-
- Posts: 3
- Joined: Fri Mar 31, 2006 1:37 pm
- Location: Brasil
Sometimes you may have the Toolkit installed and the error still occurs.
Just try to fix exactly what it is saying. Maybe you did not install the Compiler in the default directory and C::B did not look for it in a different location.
Just check your compiler options -> programms tab if the setup path is correct
Just try to fix exactly what it is saying. Maybe you did not install the Compiler in the default directory and C::B did not look for it in a different location.
Just check your compiler options -> programms tab if the setup path is correct
-
- Posts: 3
- Joined: Fri Mar 31, 2006 1:37 pm
- Location: Brasil
I have found the error...
I'm brazilian, so, here the path to the VC toolkit is this one:
C:\Arquivos de programas\Microsoft Visual C++ Toolkit 2003
and not this one, that was the default in the C::B:
C:\Program Files\Microsoft Visual C++ Toolkit 2003
so I just have to change the path to the VCTollkit.
Thnx everyone for the help =)
I'm brazilian, so, here the path to the VC toolkit is this one:
C:\Arquivos de programas\Microsoft Visual C++ Toolkit 2003
and not this one, that was the default in the C::B:
C:\Program Files\Microsoft Visual C++ Toolkit 2003
so I just have to change the path to the VCTollkit.
Thnx everyone for the help =)
Right, C::B comes with only MinGW !!!
All other supported compiler you have to download and install first...
All other supported compiler you have to download and install first...
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