Search found 12 matches

by dennisbarnes
Wed Oct 31, 2007 11:36 am
Forum: Beginners Help
Topic: EKA_JUMP_UP problem
Replies: 13
Views: 1499

Hello I reposted the code i have two error can some one help me fix this Thank you ///////////////////////////////////////////////////////////////////////////////////// GameManager.cpp ///////////////////////////////////////////////////////////////////////////////////// #include "GameState.h&qu...
by dennisbarnes
Wed Oct 24, 2007 11:27 am
Forum: Beginners Help
Topic: EKA_JUMP_UP problem
Replies: 13
Views: 1499

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]...
by dennisbarnes
Sat Sep 22, 2007 2:22 am
Forum: Beginners Help
Topic: config.xml error
Replies: 9
Views: 565

:D helllo Tomasz Złamaniec I download the irrxml and add the config.xml to the debug here what happen ------ Build started: Project: irrxml, Configuration: Debug Win32 ------ Compiling... Skipping... (no relevant changes detected) test.cpp Build log was saved at "file://c:\irrxml-1.2\example\De...
by dennisbarnes
Fri Sep 21, 2007 2:21 am
Forum: Beginners Help
Topic: config.xml error
Replies: 9
Views: 565

Hello Tomasz you ask What XML parser am i using Stylus Studio 2007 XML Enterprise Release 2 I am just starting to learn But I can download Irrlicht parser and debug with this I will post the code when i come home Thank you for your help Tomasz Złamaniec
by dennisbarnes
Thu Sep 20, 2007 12:38 am
Forum: Beginners Help
Topic: config.xml error
Replies: 9
Views: 565

hello Tomiz if i understand your mess you want the configmanger file I hope this is the right file Tomzi thank you for all your help :D #include "ConfigManager.h" CConfigManager::CConfigManager(void) { IntConfigReader(); } CConfigManager::~CConfigManager(void) { } //! Reads in the paramete...
by dennisbarnes
Tue Sep 18, 2007 11:04 pm
Forum: Beginners Help
Topic: config.xml error
Replies: 9
Views: 565

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...
by dennisbarnes
Mon Sep 17, 2007 12:57 am
Forum: Beginners Help
Topic: config.xml error
Replies: 9
Views: 565

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 ////////////////...
by dennisbarnes
Sun Sep 09, 2007 3:42 am
Forum: Project Announcements
Topic: IrrWizard?
Replies: 320
Views: 99595

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...
by dennisbarnes
Sat Sep 08, 2007 10:05 pm
Forum: Project Announcements
Topic: Dragon Warrior 1 3D Remake using irrWizard...
Replies: 64
Views: 31732

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...
by dennisbarnes
Sat Sep 08, 2007 11:42 am
Forum: Project Announcements
Topic: IrrWizard?
Replies: 320
Views: 99595

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 ...
by dennisbarnes
Fri Sep 07, 2007 12:33 am
Forum: Beginners Help
Topic: compile Irrlicht
Replies: 4
Views: 693

Hello when you said delete one of the two body did you mean one of the CGamePathManager::CGamePathManager() as the body #include "GamePathManager.h" //! Default constructor CGamePathManager::CGamePathManager() { } //! Default destructor CGamePathManager::CGamePathManager() { } //! About in...
by dennisbarnes
Thu Sep 06, 2007 1:16 am
Forum: Beginners Help
Topic: compile Irrlicht
Replies: 4
Views: 693

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\ -------------...