Hi there,
Sorry to bump this month old thread but the issue i'm dealing with right now fits exactly in here!
I'm working on something which basically works the same as the example above. That is, when a key is pressed, the position of my character is updated with the "position += speed" method ...
Search found 10 matches
- Wed Apr 23, 2008 6:25 pm
- Forum: Beginners Help
- Topic: Incorrect Camera/Mesh movement
- Replies: 7
- Views: 694
- Fri Apr 11, 2008 10:45 am
- Forum: Beginners Help
- Topic: Making house for FPS game.
- Replies: 6
- Views: 437
- Thu Apr 10, 2008 11:07 am
- Forum: Beginners Help
- Topic: Segmentation fault using event receiver
- Replies: 8
- Views: 541
- Thu Apr 10, 2008 10:30 am
- Forum: Beginners Help
- Topic: Segmentation fault using event receiver
- Replies: 8
- Views: 541
- Wed Apr 09, 2008 6:11 pm
- Forum: Beginners Help
- Topic: Segmentation fault using event receiver
- Replies: 8
- Views: 541
Segmentation fault using event receiver
Hi everyone.
First i'm truly sorry for the overhead here, but it looks like my only way out.
I'm trying to code tetris as a first project to learn better C++ and of course irrlicht :) Now i've come to the point where i want to write code to move my blocks left and right. When i use the ...
First i'm truly sorry for the overhead here, but it looks like my only way out.
I'm trying to code tetris as a first project to learn better C++ and of course irrlicht :) Now i've come to the point where i want to write code to move my blocks left and right. When i use the ...
- Sat Feb 16, 2008 7:37 pm
- Forum: Beginners Help
- Topic: Linux + irrLicht + irrKlang: Demo doesn't compile
- Replies: 5
- Views: 672
- Sat Feb 16, 2008 6:14 pm
- Forum: Beginners Help
- Topic: Linux + irrLicht + irrKlang: Demo doesn't compile
- Replies: 5
- Views: 672
- Sat Feb 16, 2008 5:35 pm
- Forum: Beginners Help
- Topic: Linux + irrLicht + irrKlang: Demo doesn't compile
- Replies: 5
- Views: 672
Linux + irrLicht + irrKlang: Demo doesn't compile
Hi there,
I'm trying to get irrLicht working in ubuntu. So far i can compile and run examples, but when i try to compile the demo, i get an error related to irrKlang:
CDemo.cpp:(.text+0x26b): undefined reference to `irrklang::createIrrKlangDevice(irrklang::E_SOUND_OUTPUT_DRIVER, int, char const ...
I'm trying to get irrLicht working in ubuntu. So far i can compile and run examples, but when i try to compile the demo, i get an error related to irrKlang:
CDemo.cpp:(.text+0x26b): undefined reference to `irrklang::createIrrKlangDevice(irrklang::E_SOUND_OUTPUT_DRIVER, int, char const ...
- Sun Aug 27, 2006 6:39 pm
- Forum: Beginners Help
- Topic: error when executing hello world (DEV-C++ compiled)
- Replies: 2
- Views: 262
- Sun Aug 27, 2006 6:11 pm
- Forum: Beginners Help
- Topic: error when executing hello world (DEV-C++ compiled)
- Replies: 2
- Views: 262
error when executing hello world (DEV-C++ compiled)
Hi there,
I followed the dev-c++ tutorial here http://irrlicht.sourceforge.net/tut001b.html and i could compile the whole hello universe thing without any error. Althoug when executing the .exe i get the following error box popping up:
"The procedure entry point _ZN3irr12createDeviceENS_5video13E ...
I followed the dev-c++ tutorial here http://irrlicht.sourceforge.net/tut001b.html and i could compile the whole hello universe thing without any error. Althoug when executing the .exe i get the following error box popping up:
"The procedure entry point _ZN3irr12createDeviceENS_5video13E ...