Platform:
Windows XP, 32 bits. Visual Studio 2003 .NET
Steps:
Create a new project. Use xrc with generated C++ code
Add a app with a frame
Add a button in the frame
Add a Property Seheet dialog with a few panes
Create an instance of the generated PropertySheet dialog from the
buttons event-handler
Create an msw project
Compile from msw
Run
*** crash (assert)
Problem 1:
It seems like the generated code for Create(...) in the derived
wxPropertySheetDialog forgets to call wxPropertySheetDialog::Create(...)
Problem 2:
*** crash (assert) in ...::CreateControls()
wxXmlResource::Get()->LoadObject(...). It seems like there are no
resource handler for wxPropertySheetDialog
Jarle