+ static bool RegisterWindowClasses();
+ // Convert Windows to argc, argv style
+ void ConvertToStandardCommandArgs(char* p);
+ virtual bool DoMessage();
+ virtual bool ProcessMessage(WXMSG* pMsg);
+ void DeletePendingObjects();
+ bool ProcessIdle();
+
+#if wxUSE_RICHEDIT
+ // initialize the richedit DLL of (at least) given version, return TRUE if
+ // ok (Win95 has version 1, Win98/NT4 has 1 and 2, W2K has 3)
+ static bool InitRichEdit(int version = 2);
+#endif // wxUSE_RICHEDIT