i wanted to create an gui-env independent gui element so that i can choose
when it should be drawn or not, through the ->draw() function.
So i have created a pointer:
Code: Select all
gui::IGUIButton*btn;
"cannot instantiate abstract class"
Code: Select all
btn = new gui::IGUIButton