[wxWidgets] Neues Frame mit Tabs (Registerkarten)
-
Dann liegt evtl. der Fehler vor der Zeile.
-
Vorher is nur die Eventtabelle:
#include "HelpDlg.h" //Do not add custom headers //wxDev-C++ designer will remove them ////Header Include Start #include "Images/HelpDlg_WxStaticBitmap1_XPM.xpm" ////Header Include End //---------------------------------------------------------------------------- // Unbenannt1Dlg //---------------------------------------------------------------------------- //Add Custom Events only in the appropriate block. //Code added in other places will be removed by wxDev-C++ ////Event Table Start BEGIN_EVENT_TABLE(HelpDlg,wxDialog) ////Manual Code Start ////Manual Code End END_EVENT_TABLE() ////Event Table End
In Zeile 168 konnte ich was erkennen. Das event war ausgeklammert. Doch das hat auch nichts geholfen. Eigentlich hab ich die GUI nor zusammengeklickt....
-
Du hast einfach das
HelpDlg::
vor der Funktion vergessen
HelpDlg::HelpDlg(wxWindow *parent , wxWindowID id = 1, const wxString &title = wxT("Unbenannt1"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = HelpDlg_STYLE) : wxDialog(parent, id, title, position, size, style) {...}
-
Danke, nun geht alles