Search found 7 matches

by namespace
Fri Jul 24, 2009 4:32 am
Forum: Beginners Help
Topic: Tutorial 5 User Interface questions
Replies: 3
Views: 612

No, that's great thanks :) There's just a few of these things I need to get straight and then I'll be able to understand most of the tutorials. I've already looked ahead and chose this one because it covered most of my questions.

Can anyone help me with the rest?
by namespace
Thu Jul 23, 2009 11:27 pm
Forum: Beginners Help
Topic: Tutorial 5 User Interface questions
Replies: 3
Views: 612

Tutorial 5 User Interface questions

#include <irrlicht.h> #include <iostream> using namespace irr; using namespace core; using namespace scene; using namespace video; using namespace io; using namespace gui; #ifdef _IRR_WINDOWS_ #pragma comment(lib, "Irrlicht.lib") #endif // Declare a structure to hold some context for the ...
by namespace
Thu Jul 23, 2009 10:16 pm
Forum: Beginners Help
Topic: Compileing VB9
Replies: 2
Views: 205

I found the add include dependencies for a specific project menu, but I'm still trying to figure out how to add the lib library to a specific project, and globally. The first tutorial doesn't even run in another file, and I did try to add it to the global include/ library like I said above.
by namespace
Thu Jul 23, 2009 7:27 pm
Forum: Beginners Help
Topic: How to develop game from step one
Replies: 32
Views: 2265

My advice is to grab a good C++ book (most big bookstores have them) and go through it. Then start looking through the tutorials and they'll make more sense, it's like reading a secret code, it's not meant to be difficult, but if words are all out of order and have symbols between them your not goin...
by namespace
Thu Jul 23, 2009 7:19 pm
Forum: Beginners Help
Topic: Understanding Hello World (questions comented)
Replies: 6
Views: 398

Thanks! :) I think that answered all my questions, and it was prompt to, now I can continue working, thanks!
by namespace
Thu Jul 23, 2009 5:55 pm
Forum: Beginners Help
Topic: Understanding Hello World (questions comented)
Replies: 6
Views: 398

Understanding Hello World (questions comented)

I'm commenting my questions, I'm asking about what he did, not what he's about to do, I know you normally comment the other way, but these aren't comments. #include <irrlicht.h> using namespace irr; using namespace core; using namespace scene; using namespace video; using namespace io; using namespa...
by namespace
Thu Jul 23, 2009 5:43 pm
Forum: Beginners Help
Topic: Compileing VB9
Replies: 2
Views: 205

Compileing VB9

I can compile the examples just fine, but when I write a new program, it doesn't find the irrlicht lib. Here's what I did. tools>options>Projects and Solutions>VC++ Directories and then added the include folder in include, and the win 64 library in the library screen. I then saved my new program els...