Updating a wxWidgets project for Visual Studio 2019
I recently resurrected a dormant code project and went through the process of converting a wxWidgets 3.0 project to wxWidgets 3.1 and updaing from Visual Studio 2010 to Visual Studio 2019. Include Directories Here are the things I had to change to make things build and run: Change “Platform Toolset” to Visual Studio 2019 in …