Good morning,
since there was no way to get it to run I completely de-installed everything (wxWidgets and CB) and subsequently erased the
containing folders.
For the re-installation I used the gcc compiler that comes with CB 13.12 which I also used to
recompile wxWidgets with the standard settings (after a "clean"):
"mingw32-make -j4 -f makefile.gcc MONOLITHIC=1 SHARED=1 UNICODE=1 BUILD=release 2>_Error.log " (same for "debug")
I can compile a basic and unaltered wxSmith program now (wizard settings as above), but when I start it, it crashes immediately.
The debugger message is also not very inspiring:
[debug][New Thread 1616.0x990]
[debug]Program received signal SIGSEGV, Segmentation fault.
[debug]0x00b25d96 in wxEventHashTable::wxEventHashTable (this=0x47916c <_fu30___ZN7wxFrame13sm_eventTableE>, table=...) at ../../src/common/event.cpp:915
[debug]C:\wxWidgets-3.0.0\src\common\event.cpp:915:30003:beg:0xb25d96
[debug]>>>>>>cb_gdb:
Would anybody know how to solve this issue ?
Last not least, there is another thing I do not understand. Upon de-installing CB completely (+ erasing the CB folder)
and re-installing it again it still remembers all the settings that there were before. When I launch CB all the history
of projects is still there as well as the (old) compiler (and other) settings.
What do I have to do, to do a full "clean-up" in order to re-start from scratch ?
Thanks for your help!
Regards: Hermann