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?
Search found 7 matches
- Fri Jul 24, 2009 4:32 am
- Forum: Beginners Help
- Topic: Tutorial 5 User Interface questions
- Replies: 3
- Views: 633
- Thu Jul 23, 2009 11:27 pm
- Forum: Beginners Help
- Topic: Tutorial 5 User Interface questions
- Replies: 3
- Views: 633
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 ...
- Thu Jul 23, 2009 10:16 pm
- Forum: Beginners Help
- Topic: Compileing VB9
- Replies: 2
- Views: 221
- Thu Jul 23, 2009 7:27 pm
- Forum: Beginners Help
- Topic: How to develop game from step one
- Replies: 32
- Views: 2373
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...
- Thu Jul 23, 2009 7:19 pm
- Forum: Beginners Help
- Topic: Understanding Hello World (questions comented)
- Replies: 6
- Views: 405
- Thu Jul 23, 2009 5:55 pm
- Forum: Beginners Help
- Topic: Understanding Hello World (questions comented)
- Replies: 6
- Views: 405
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...
- Thu Jul 23, 2009 5:43 pm
- Forum: Beginners Help
- Topic: Compileing VB9
- Replies: 2
- Views: 221
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...