Difference between revisions of "WxSmith Tutorial & Pointers"

From Code::Blocks
 
m (Request deletion)
 
(43 intermediate revisions by 7 users not shown)
Line 1: Line 1:
=== Tutorial ===
+
[[Category:Deletion Requests]]
 
+
This page is outdated, more recent tutorials can be found on [[WxSmith tutorials]]
<<need to create this here>>
 
 
 
=== Pointers ===
 
 
 
When using an XRC file, do not forget to initialize the wxXMLResouce Handlers & XRC File.  For example in your App::OnInit:
 
 
 
    // Loading XRC resource file (not in a zip file).
 
    wxXmlResource::Get()->InitAllHandlers();
 
    wxXmlResource::Get()->Load("<your XRC File name>.xrc");
 

Latest revision as of 22:03, 9 September 2011

This page is outdated, more recent tutorials can be found on WxSmith tutorials