IrrConsole - Demo Download

Announce new projects or updates of Irrlicht Engine related tools, games, and applications.
Also check the Wiki
Guest

Post by Guest »

I know this is an old thread... but I'm very interested in this extension. Have there been anymore updates?
mohaps
Posts: 248
Joined: Tue Jun 08, 2004 1:54 pm
Location: Shrewsbury MA
Contact:

Post by mohaps »

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
Spkka
Posts: 32
Joined: Fri Jan 02, 2009 8:30 am

Post by Spkka »

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
Post Reply