The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .
Please close my [ Patch #1788 ] SDK patch to reduce warning for wxWidgets 2.8
reason: is because another patch solves the same problem. Uses a different solution that should match C::B needs better. I have not looked at the patch, but sounds better than mine.
Good example:- for (selection = m_Selection+1; selection<clbTargets->GetCount(); ++selection)+ for (selection = m_Selection + 1; selection < static_cast<int>(clbTargets->GetCount()); ++selection)