Search found 9 matches
- Tue Mar 24, 2009 6:15 pm
- Forum: Beginners Help
- Topic: Separated sources for my functions
- Replies: 3
- Views: 373
Separated sources for my functions
I'm trying to make a few functions and classes an put them in separated files, and then include them and call then when ever i need. Thing is, i do not understand what am i doing wrong. Here's an example: Main.cpp #include "header.cpp" int main() { CreateWindow(); guienv->addStaticText(L&q...
- Tue Mar 24, 2009 7:35 am
- Forum: Beginners Help
- Topic: Loading Video Files
- Replies: 2
- Views: 407
- Mon Mar 23, 2009 9:14 pm
- Forum: Off-topic
- Topic: Whats your favorite game/s (of all time)
- Replies: 135
- Views: 20480
- Mon Mar 23, 2009 8:34 pm
- Forum: Beginners Help
- Topic: Loading Video Files
- Replies: 2
- Views: 407
Loading Video Files
Hey guys, i'm back with a couple more questions. Please bare with me until i'll get the hang on Irrlicht. Is there anyway of including a video (.avi/.mpeg) file in the game? I'm almost done doing a small graphical demo for my game, and i wanted to include the "title screen logo", which is ...
- Mon Mar 23, 2009 4:34 pm
- Forum: Beginners Help
- Topic: Creating a cube
- Replies: 4
- Views: 352
- Mon Mar 23, 2009 3:44 pm
- Forum: Beginners Help
- Topic: Creating a cube
- Replies: 4
- Views: 352
- Mon Mar 23, 2009 2:58 pm
- Forum: Beginners Help
- Topic: Creating a cube
- Replies: 4
- Views: 352
Creating a cube
Hey guys, i went over some Irrlicht tutorials and decided to try and write a small app that displays a cube on the screen. The code i have written compiles but the cube isn't displayed, and even though i tried changing it's position the screen goes eighter black, or stays blue.... Any idea where the...
- Sun Mar 22, 2009 7:19 pm
- Forum: Beginners Help
- Topic: Compiling Irrlicht under Ubuntu 8.10
- Replies: 2
- Views: 372
- Sun Mar 22, 2009 7:08 pm
- Forum: Beginners Help
- Topic: Compiling Irrlicht under Ubuntu 8.10
- Replies: 2
- Views: 372
Compiling Irrlicht under Ubuntu 8.10
Hey community. I'm sorry that my first post here is a post in which i ask for help, instead of one that could be constructive, but i have run into some problems. Irrlicht works thine for me on my windows PC, but i tried to install it on this laptop (running ubuntu 8.10). I got the source, i logged a...