Its complaining about passing the wrong reference object through the base constructor. It wants irr::gui:: scope, but this isn't available.
Is it even a good idea to inherit this object?
I am trying to create a GameGUIEnvironment, with a method such as
Code: Select all
AddQuitMessageBox();