contain a function called {\it InitXmlResource} (unless you override this with
a command line switch). Use it to load the resource:
\begin{verbatim}
+ extern void InitXMLResource(); // defined in generated file
+ ...
wxXmlResource::Get()->InitAllHandlers();
InitXmlResource();
...