wxEntryStart()/wxEntryCleanup() bug on wxMSW.
Jurko Gospodnetić
jurko_for_boost at mail.inet.hr
Tue May 15 15:56:28 PDT 2007
Hi.
I think there is a bug in wxEntryStart() or wxEntryCleanup() on
wxMSW. It seems that if you do this (pseudo code):
wxEntryStart()
wxEntryCleanup()
wxEntry()
Or, in other words, when you initialize and uninitialize wxWidgets
and then try to initialize it again, no windows opened after that will
respond to any commands. It's as if they have an invalid window
procedure registered. Perhaps Windows window classes do not get
unregistered correctly or something similar...
Hope this helps...
Best regards,
Jurko Gospodnetić
More information about the wx-dev
mailing list