1 | hgeGUI *gui_options; |
1 | gui_options=new hgeGUI(); |
1 | 'hgeGUIListbox' : is not a member of 'hgeGUI' |
1 | 'hgeGUIListbox::AddItem' : cannot convert 'this' pointer from 'hgeGUI' to 'hgeGUIListbox &' |
1 | gui_options->AddCtrl(new hgeGUIListbox(111, 10, 40, 600, 300, fnt, 0xFF1F0000, 0xFF1F1F1F, 0xFF5F5F5F)); |
bluecode said:Thanks for your help.
When I add those lines I get the error:
1 Error: identifier "hgeGUIListBox" is undefined
Any ideas what to try next?
It looks like you're new here. If you want to get involved, click one of these buttons!