IrrConsole - Demo Download
nope...the code is out there at http://www.geocities.com/standard_template/irrconsole you can download it and recompile it to use / modify...
---
Saurav Mohapatra
author, artist and bona fide geek
web: http://www.mohaps.com
email: mohaps AT gmail DOT com
Saurav Mohapatra
author, artist and bona fide geek
web: http://www.mohaps.com
email: mohaps AT gmail DOT com
Sorry to revive such an old topic but im trying to port this on ubuntu.
I only have 1 error left so far which is: cannot declare variable ‘app’ to be of abstract type...
So i went googling and came to the conclusion i cannot pass a value by a class and that i should pass it by pointer or reference?
Does this means i need to pass the values argv by pointer to use it in main or am i wrong on this?
It would be appreciated if someone could point me in the right direction fixing this. The error shows up in the testApp.cpp/.h.
Im at work right now so i can't really download the source to check the exact line but its the class in the .h
Phanks a bunch!
Spkka
I only have 1 error left so far which is: cannot declare variable ‘app’ to be of abstract type...
So i went googling and came to the conclusion i cannot pass a value by a class and that i should pass it by pointer or reference?
Does this means i need to pass the values argv by pointer to use it in main or am i wrong on this?
It would be appreciated if someone could point me in the right direction fixing this. The error shows up in the testApp.cpp/.h.
Im at work right now so i can't really download the source to check the exact line but its the class in the .h
Phanks a bunch!
Spkka