Error Help
-
-LeetGamer-
- Posts: 8
- Joined: Thu Sep 30, 2010 12:11 pm
- Contact:
Error Help
I was following this tutorial: http://irrlicht.sourceforge.net/docu/example001.html
And I have my project settings the same as the example that came with Irrlicht when I downloaded it.
But when I compile I get this error:
C:\Dev-CPP\Irrlicht\Makefile.win [Build Error] [Irrlicht.exe] Error 1
Can anyone please help me with this? Thanks.
And I have my project settings the same as the example that came with Irrlicht when I downloaded it.
But when I compile I get this error:
C:\Dev-CPP\Irrlicht\Makefile.win [Build Error] [Irrlicht.exe] Error 1
Can anyone please help me with this? Thanks.
-
grumpymonkey
- Posts: 222
- Joined: Mon Jan 19, 2009 10:03 pm
- Location: Miami, Florida
- Contact:
Ok your first problem is that your using Dev-Cpp which is atleast 5 years old >_>
Second problem: Your not giving enough information, which brings us back to the first problem.
If you are working on windows then theres no reason why you shouldn't be using msvc express. It can give you a LOT more information about errors in your project and your code so that you don't have to ask other people unless you really have to.
http://www.microsoft.com/express/Downlo ... Visual-CPP
not only that but its free. When you install that and try to compile the hello world with it, come back if it doesn't work -.-
Second problem: Your not giving enough information, which brings us back to the first problem.
If you are working on windows then theres no reason why you shouldn't be using msvc express. It can give you a LOT more information about errors in your project and your code so that you don't have to ask other people unless you really have to.
http://www.microsoft.com/express/Downlo ... Visual-CPP
not only that but its free. When you install that and try to compile the hello world with it, come back if it doesn't work -.-
Hmm, I would choose another IDE if I were you.February 21th 2005 : Dev-C++ 5 Beta 9.2 (4.9.9.2) released !
Take a look at
- Code::Blocks
- MSVC express edition
- Eclipse
(Yes I ordered them by how much I like them
Working on game: Marrbles (Currently stopped).
-
-LeetGamer-
- Posts: 8
- Joined: Thu Sep 30, 2010 12:11 pm
- Contact:
I use VC++ 2010 for everything else, but when using some libs on it it doesn't work. Irrlicht won't work on it for me. But I only tried one time and I didn't really try that well, was a few weeks ago. Will try again.
Also, the examples work on DevC++, but when I make my own project it doesn't.
P.S VC++ won't allow other people to use the programs I make in it (Why I use DevC++), lol I my compilers hate me
Also, the examples work on DevC++, but when I make my own project it doesn't.
P.S VC++ won't allow other people to use the programs I make in it (Why I use DevC++), lol I my compilers hate me
Doesn't make it more right... you can of course link everything static so nothing needs to installed aside from your program.
However everyone should have installed the redistributable packes of visual c++ since they come with almost every program.
However everyone should have installed the redistributable packes of visual c++ since they come with almost every program.
Software documentation is like sex. If it's good you want more. If it's bad it's better than nothing.
-
-LeetGamer-
- Posts: 8
- Joined: Thu Sep 30, 2010 12:11 pm
- Contact:

