From 527a4f4205801435ca2a3d3f4d4352c5e7588107 Mon Sep 17 00:00:00 2001 From: bruce Date: Mon, 23 Dec 2013 15:58:27 +0800 Subject: [PATCH] Added note to the build instructions about setting platform toolset for compatibility with XP. --- readme.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 562a823..956fafd 100644 --- a/readme.md +++ b/readme.md @@ -65,4 +65,5 @@ So far I've only built under Windows. Thanks to Juce, it should be possible to b - Make any changes to the GUI layout and components here (PluginEditor.cpp). - Save PluginEditor.cpp if modified 5. Hit "Save Project and Open in Visual Studio". I used Visual Studio Express 2012. -6. Build! +6. (For Windows XP compatibility) In the project's properties, set platform toolset to v110_xp (Configuration Properties > General). +7. Build!