

8 Visual C++ 2005 Express and text editor of your choice.7 Create a project based on a sample using Visual Studio 2013 Express.


2.1 Downloading and installing wxWidgets.To include this package in your project, see the guide here: Microsoft_Visual_C++_NuGet. This way of linking to wxWidgets is much more conducive to SCM and projects involving more than one developer as each developer may define where wxWidgets is on their machine and how they link to it. If you run into any problems, check the troubleshooting section first, then all of the wxWidgets FAQs, and failing those, you can try the mailing lists, forums, or IRC.Ī NuGet package has been made for building and linking to the wxWidgets library for you. This is an informal, complementary guide to the official wxWidgets MSW installation docs included with wxWidgets at docs\msw\install.txt (which can also be found online), please read all of the "Microsoft Visual C++ compilation" section before following this guide for important installation notes not covered here. This guide outlines the steps for building the wxWidgets library, building and running the included samples, and outlines two separate ways of setting up your own project (the first by hand, and the second by copying one of the wxWidgets sample projects). This article applies to the following versionsĭownload, install, compile, and test wxWidgets 2.8.8
