Skip to content

A template Visual Studio project for building wxWidget applications

License

Notifications You must be signed in to change notification settings

matt-hayward/wxWidgetsProjectTemplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

wxWidgets Project Template

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.

Pre-Requisites

This template assumes the following:

  1. You have already installed/built wxWidgets on your machine
  2. 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.

Differences to the video

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.

How to use

  1. Clone this repo, or use the template repository feature in GitHub to create your own repo (see documentation)
  2. Open solution in Visual Studio
  3. Click run

About

A template Visual Studio project for building wxWidget applications

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages