Porting from MFC to wxWidgets


Details
Sometimes we have a useful Microsoft Foundation Classes (MFC) application that we'd like to make available to other platforms. wxWidgets has a programming model very similar to MFC, so porting our application from MFC to wxWidgets seems like the simplest way to a get cross-platform version of our application.
This month, Richard Thomson will give us a quick refresher on GUI programming and walk us through an example of porting the MFC application "hippy" -- a Motorola 6800 microprocessor assembler and simulator -- to wxWidgets. Some of the topics covered will include:
- Conversion of event handling
- Conversion of CMake based build
- Consuming wxWidgets through vcpkg
- Conversion of resources (bitmaps, etc.)
- Conversion of loading plugins with GUI elements
This will be an online meeting, so drinks and snacks are on you!
Join the meeting here: https://meet.xmission.com/Utah-Cpp-Programmers
Watch previous topics on the Utah C++ Programmers YouTube channel:
https://www.youtube.com/@UtahCppProgrammers
Future topics: https://utahcpp.wordpress.com/future-meeting-topics/
Past topics: https://utahcpp.wordpress.com/past-meeting-topics/

Porting from MFC to wxWidgets