Please advise if this isn't the most appropriate forum, but here goes.
I have had this happen multiple times personally (twice today), and it has happened to an co-worker.
A project is created in CodeBlocks/wxWidgets with one or more wxFrames w/ Panels, controls are added, hours of work, saved and closed.
When the project is re-loaded, and sometimes after sitting idle for hours, controls disappear from the panels, Var Names of some controls go to a default name, Text fields that were blank have the Text word again.
Controls like wxCalendarCtrl, Text boxes, buttons, lines. Panels missing with all controls gone.
The underlying code from the missing controls remains in the source files.
Has anyone else experienced this?
(System: WinXP pro SP3, CodeBlocks 13.12, wxWidgets 3.0.2)