In trying to convert one of my projects to compile under MSVC 2015 Express and wWidgets 3.1.0 (only wxWidgets 3.1.0 seems to be set up for MSVC 2015 ), I have run into some issues with a wxCrafter 2.5 coded base code using a slider.
The lines which starts this issue:
Code: Select all
m_sliderOptLogVerbosity = new wxSlider(m_panelLog, wxID_ANY, 0, 0, 5, wxDefaultPosition, wxSize(-1,-1), wxSL_BOTTOM|wxSL_LABELS|wxSL_HORIZONTAL);
At this early stage I am mostly curious to find out if wxCrafter can handle the changes in wxWidgets 3.1.0 or if there are some work-arounds if not.
The code compiles without complaints, but fails when I run code to execute the above statement.
TIA
Arnold
Win 10/11 64-bit, MSVC 2019/2022, wxWidgets 3.2.1, CodeLite 17.0 Mint 21.2