wx303 samples: MS VS2010 (and later) solution and vcxproj files

Do you have a question about makefiles, a compiler or IDE you are using and need to know how to set it up for wxWidgets or why it doesn't compile but other IDE's do ? Post your questions here.
Post Reply
DaveNadler
Experienced Solver
Experienced Solver
Posts: 53
Joined: Thu Nov 17, 2011 2:13 pm

wx303 samples: MS VS2010 (and later) solution and vcxproj files

Post by DaveNadler »

The wxWidgets 3.0.3 distribution does not contain a single SLN file for the samples, and some of the project files required a bit of help. If anybody is interested, here is a solution file and the set of project files for Visual Studio 2010:
http://www.nadler.com/backups/20180206_ ... pdates.zip
All sample projects build except:
- MFC example isn't tested as MFC isn't installed in my test VM
- XTI sample relies on deprecated "Extended RTTI" feature
- render DLL component is confused about correct location of the wx setup.h

Makes it a lot easier to peruse the samples!
Now if only they'd all run without crashing ;-(
Hope that helps someone out there,
Best Regards, Dave

PS: It would be great if these files could be added to the distributions...
Post Reply