Search found 3 matches
- Tue Sep 06, 2005 1:18 pm
- Forum: Beginners Help
- Topic: Strange Link error
- Replies: 1
- Views: 214
Well, it works (it can link) when i replace createDevice by createDeviceEx O__o. I think it's very strange. The code that works: #include <irrlicht.h> using namespace irr; int main() { SIrrlichtCreationParameters param; param.AntiAlias=false; param.Bits=32; param.DriverType=video::EDT_OPENGL; param....
- Tue Sep 06, 2005 12:54 pm
- Forum: Off-topic
- Topic: Game Engine
- Replies: 7
- Views: 883
Well, for a full Game Engine portable (win,lin,mac) and verry cheap, take a look at Torque Game engine ( www.garagegames.com) If i had to make a bigger game than what i want to do now, i would choos TGE. But i need only a good graphic engine, without too much stuff etc, so i need Irrlicht. (personna...
- Tue Sep 06, 2005 12:31 pm
- Forum: Beginners Help
- Topic: Strange Link error
- Replies: 1
- Views: 214
Strange Link error
Hello! I downloaded the last release of irrlicht to test some things, because i think i'll use it for my project. So, i created a simple console project with VS2005 and i set the include directory, the lib directory and add Irrlicht.lib as additional lib. Then i compile this code:(the code is from t...