the auidemo comes with wxWidgets2.8.9 crash when i drag the toolbar to make it float,
the most important thing is my winXP is set to 'best performance' through :
ControlPanle->System->Advanced->PerformanceOptions->Visual Effect->Best Performance
which disables the theme and lots of effects.
And wxWidgets 2.8.8 has no porblem, maybe wxWidgets's change cause this problem...
in this function:
void wxAuiManager::OnFloatingPaneMoving(wxWindow* wnd, wxDirection dir)
{
wxAuiPaneInfo& pane = GetPane(wnd);
//pane.frame is NULL...
I like wxAUI very much