git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20738
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
contain a function called {\it InitXmlResource} (unless you override this with
a command line switch). Use it to load the resource:
\begin{verbatim}
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();
...
wxXmlResource::Get()->InitAllHandlers();
InitXmlResource();
...