#endif
#include "wx/colordlg.h"
+#include "wx/numdlg.h"
#include "wx/htmllbox.h"
#ifdef USE_HTML_FILE
wxTextFile m_file;
#endif
+
+ DECLARE_NO_COPY_CLASS(MyHtmlListBox)
};
class MyFrame : public wxFrame
SetMargins(5, 5);
#ifdef USE_HTML_FILE
- if ( !m_file.Open("results") )
+ if ( !m_file.Open(_T("results")) )
{
- wxLogError("Failed to open results file");
+ wxLogError(_T("Failed to open results file"));
}
else
{