Page 1 of 1

Inheriting IGUIEnvironment Object

Posted: Wed May 30, 2007 9:25 pm
by flipnode
I have found that it is very difficult to inherit the IGUIEnvironment object.

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();
What would you fellow hackers suggest?

Okay, no response from anyone

Posted: Sun Jun 10, 2007 10:03 pm
by flipnode
Okay, I haven't gotten any response on this post. Maybe I should just inherit the element class and do it that way?

Can someone explain the correct way I should be attempting the mentioned above.?