This is a template base project to get you started with a wxWidgets C++ project in Visual Studio 2017.
The set up is based on the first part of the Cross Platform Graphical User Interfaces in C++ YouTube video by javidx9.
This template assumes the following:
- You have already installed/built wxWidgets on your machine
- You have set up an environment window called
WXWIN
which points to the install location of the built wxWidgets SDK
Both of these steps are covered the video linked aboved.
I do not like Hungarian Notation, so while javidx9's video includes it, this project does not.
Because the project is pre-set up, you do not need to define additional libraries etc.
- Clone this repo, or use the template repository feature in GitHub to create your own repo (see documentation)
- Open solution in Visual Studio
- Click run