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: 751
- Thu Jul 23, 2009 11:27 pm
- Forum: Beginners Help
- Topic: Tutorial 5 User Interface questions
- Replies: 3
- Views: 751
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 event ...
- Thu Jul 23, 2009 10:16 pm
- Forum: Beginners Help
- Topic: Compileing VB9
- Replies: 2
- Views: 318
- Thu Jul 23, 2009 7:27 pm
- Forum: Beginners Help
- Topic: How to develop game from step one
- Replies: 32
- Views: 3423
- Thu Jul 23, 2009 7:19 pm
- Forum: Beginners Help
- Topic: Understanding Hello World (questions comented)
- Replies: 6
- Views: 588
- Thu Jul 23, 2009 5:55 pm
- Forum: Beginners Help
- Topic: Understanding Hello World (questions comented)
- Replies: 6
- Views: 588
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 ...
#include <irrlicht.h>
using namespace irr;
using namespace core;
using namespace scene;
using namespace video;
using namespace io;
using ...
- Thu Jul 23, 2009 5:43 pm
- Forum: Beginners Help
- Topic: Compileing VB9
- Replies: 2
- Views: 318
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 ...
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 ...