I tried to build the wxWidget library as suggested in the following post
How to set up wxWidgets 3.1.0 with Visual Studio 2015
Just to brief you up, these were the steps mentioned
- Grab the sources.
- Unpack the sources.
- Open VS IDE.
- Open \build\msw\wx-vc14.sln (adjust as necessary.)
- Go to "Build->Batch Build...", click "Select All", "Build".
- Go drink some coffee or watch TV.
- After the build finishes, open wxWidgets/samples/minimal/minimal_vc9.sln.
- Let MSVC convert the solution to become an appropriate format.
- Build and run the sample.
When I clicked on build(Step 5) after selecting all, I got many errors. Is that due to the incompatibility of the wxWidget files with Visual Studio 2017?
As per this description, I am supposed to change the project properties but I am not sure, change Project properties to what? I just need to develop simple Windows app.
I am a newbie to this, I recently completed learning C++ and want to develop some Windows app, so started with wxWidgets.