I teach using Code::Blocks and I have two classes each semester for approximately 200 students total.
One class is C++ and they compile and then use wxWidgets as the Windows API. The students use wxWidgets for each week's assignments.
wxWidgets is up to 3.2.6 for MinGW. But the Code::Blocks project wizard stops at 3.1.x.
I have just updated the instructions by having them manually change the project build options to change from libwxmsw31u.a set by the wizard to libwxmst32u.a so the projects can build successfully.
Isn't it about time to upgrade the project wizard?
The linux version goes up version 3.3.x.
Really?