Search found 6 matches

by RockViper
Mon Jul 07, 2008 9:32 pm
Forum: Beginners Help
Topic: Cannot open include file irrlicht
Replies: 14
Views: 995

I think I figured it out. I had omitted the line #pragma comment(lib, "Irrlicht.lib") while trying to figure out what I was doing wrong, read somewhere that you shouldnt do it like that, anyways. Thanks for you help, very fast response :!: I would like to recomend some awesome books for yo...
by RockViper
Mon Jul 07, 2008 9:25 pm
Forum: Beginners Help
Topic: Cannot open include file irrlicht
Replies: 14
Views: 995

Excuse the language in the code, Its not directed to you guys, it was an attempt at humor, didn't think anyone was gonna see the code :lol: I knew it was some dumb mistake I made lol, thanks guys, awesome help. Can you believe I didn't notice the mispelling of namespace lol, or the fact that it must...
by RockViper
Mon Jul 07, 2008 9:02 pm
Forum: Beginners Help
Topic: Cannot open include file irrlicht
Replies: 14
Views: 995

I tried looking up where I found the info about dropping the <.h> from header files in VS9 but all I could find was this youtube video showing a simple tutorial that uses #include <header> instead of #include <header.h> http://www.youtube.com/watch?v=9CfnN98UK5g and another showing the include witho...
by RockViper
Mon Jul 07, 2008 8:51 pm
Forum: Beginners Help
Topic: Cannot open include file irrlicht
Replies: 14
Views: 995

Thanks for the help. Im not sure about the <.h> being required, I believe you it's just that I remember while trying to compile some code from the book Sams Teach Yourself C++ in 24 hours(source written for VC++6) and the code wouldnt compile, seems like the solution was a combination of dropping <....
by RockViper
Mon Jul 07, 2008 8:29 pm
Forum: Beginners Help
Topic: Cannot open include file irrlicht
Replies: 14
Views: 995

Thanks for the advice but I've already tried that. In Visual Studio 8 you don't put .h after header files, you just use #include <irrlicht>. Using #include <irrlicht.h> gives 69 errors. Its wierd, I have checked everything, #include <irrlicht> is the correct way to include, thats how i included head...
by RockViper
Mon Jul 07, 2008 7:59 pm
Forum: Beginners Help
Topic: Cannot open include file irrlicht
Replies: 14
Views: 995

Cannot open include file irrlicht

I need some help. I have been trying to build a sollution, the project is the simple hello world irrlicht app. I cannot get the solution to compile without the error: fatal error C1083: Cannot open include file: 'irrlicht': No such file or directory Ok, so I know how to set my include and lib direct...