Search found 12 matches
- Wed Oct 31, 2007 11:36 am
- Forum: Beginners Help
- Topic: EKA_JUMP_UP problem
- Replies: 13
- Views: 1521
- Wed Oct 24, 2007 11:27 am
- Forum: Beginners Help
- Topic: EKA_JUMP_UP problem
- Replies: 13
- Views: 1521
Hello I try to you the code posted but i have two error can some one help me fix this // w,s,a,d and arrow key movement keyMap[0].Action = EKA_MOVE_FORWARD; keyMap[0].KeyCode = KEY_UP; keyMap[1].Action = EKA_MOVE_FORWARD; keyMap[1].KeyCode = KEY_KEY_W; keyMap[2].Action = EKA_MOVE_BACKWARD; keyMap[2]...
- Sat Sep 22, 2007 2:22 am
- Forum: Beginners Help
- Topic: config.xml error
- Replies: 9
- Views: 579
- Fri Sep 21, 2007 2:21 am
- Forum: Beginners Help
- Topic: config.xml error
- Replies: 9
- Views: 579
- Thu Sep 20, 2007 12:38 am
- Forum: Beginners Help
- Topic: config.xml error
- Replies: 9
- Views: 579
- Tue Sep 18, 2007 11:04 pm
- Forum: Beginners Help
- Topic: config.xml error
- Replies: 9
- Views: 579
config.xml error
hello ok i am newb if this is not the right code you need to look at let me know so i can post the right code for you include "Game.h" CGame::CGame() { } //! Main game loop bool CGame::run() { // seen the actual FPS in caption; // Name of game, displayed in window if windowed //m_GameManag...
- Mon Sep 17, 2007 12:57 am
- Forum: Beginners Help
- Topic: config.xml error
- Replies: 9
- Views: 579
config.xml error
Hello I am using Visual C++ Express 2005 and Irrlicht1.2 game eng and wizIrrlicht i got the program to build but when i try to get the game to run the win console come on line and this mess Error while loading Config.xml Config file malformed or is not there failed to open at line 0 ////////////////...
- Sun Sep 09, 2007 3:42 am
- Forum: Project Announcements
- Topic: IrrWizard?
- Replies: 320
- Views: 100543
audiere.lib
hello I am useing code blocks v10 and Irrlicht 1.3.1 when i run codeblocks i get this error LINK : fatal error LNK1181: cannot open input file 'audiere.lib' I try tp fix the problem When't to the Build Options Open the linker Libraies and add the audiere.lib try to rebuild but the error came back ca...
- Sat Sep 08, 2007 10:05 pm
- Forum: Project Announcements
- Topic: Dragon Warrior 1 3D Remake using irrWizard...
- Replies: 64
- Views: 31941
audiere.lib error
hello I am useing code blocks v10 and Irrlicht 1.3.1 when i run codeblocks i get this error LINK : fatal error LNK1181: cannot open input file 'audiere.lib' I try tp fix the problem When't to the Build Options Open the linker Libraies and add the audiere.lib try to rebuild but the error came back ca...
- Sat Sep 08, 2007 11:42 am
- Forum: Project Announcements
- Topic: IrrWizard?
- Replies: 320
- Views: 100543
Hello i am useing IrrWizard 1.2 and codeblocks v1.0 when i build the program this error come up can someone help me #ifndef TINYXML_INCLUDED #define TINYXML_INCLUDED #define _CRT_SECURE_NO_DEPRECATE 1 #ifdef _MSC_VER #pragma warning( push ) #pragma warning( disable : 4530 ) #pragma warning( disable ...
- Fri Sep 07, 2007 12:33 am
- Forum: Beginners Help
- Topic: compile Irrlicht
- Replies: 4
- Views: 700
- Thu Sep 06, 2007 1:16 am
- Forum: Beginners Help
- Topic: compile Irrlicht
- Replies: 4
- Views: 700
compile Irrlicht
Hello this is the frist time I try to compile Irrlicht using code block when i try to run the program I get 1 errors and 5 warnings Can some one help me thankyou Project : Irrlicht Project Compiler : Microsoft Visual C++ Toolkit 2003 (called directly) Directory : C:\irrlicht\myproject\ -------------...