The new Release 20.03 is out! You can download binaries for Windows and many major Linux distros here .
Header file to include in the tut....main.h file: #include <wx/colordlg.h>
HelloHow silly of me! :? I misswrote my solution (too late at night). What I meant was:QuoteHeader file to include in the tut....main.h file: #include <wx/colordlg.h> caused a compiler error. Should it not be "Header file to include in the tut....main.cpp file: #include <wx/colordlg.h>"?And this definitely worked! :lol:Stefan