1 /////////////////////////////////////////////////////////////////////////////
3 // Purpose: Main Dialog Editor implementation file
4 // Author: Julian Smart
8 // Copyright: (c) Julian Smart
9 // Licence: wxWindows license
10 /////////////////////////////////////////////////////////////////////////////
13 #pragma implementation "dialoged.h"
16 // For compilers that support precompilation, includes "wx/wx.h".
17 #include "wx/wxprec.h"
29 // A macro needed for some compilers (AIX) that need 'main' to be defined
30 // in the application itself.
39 wxResourceManager theResourceManager
;
41 bool MyApp::OnInit(void)
43 theResourceManager
.Initialize();
44 theResourceManager
.ShowResourceEditor(TRUE
);
47 theResourceManager
.Load(argv
[1]);
49 SetTopWindow(theResourceManager
.GetEditorFrame());