From 98f098d421430ddf8f87f6132946960d927ec2b5 Mon Sep 17 00:00:00 2001 From: Andy McFadden Date: Mon, 11 Jan 2016 11:27:03 -0800 Subject: [PATCH] Half-step toward VS2015 CE When initially opened in Visual Studio 2015 Community Edition, the project was updated to use the v140_xp toolset. When the program was run under WinXP it complained about a missing runtime DLL. When the DLL was provided, it complained about another one (with a slightly strange name). So I reverted the tools to v120_xp, i.e. Visual Studio 2013. (I don't know if this works because the tools are included with VS2015, or because I have VS2013 installed and it managed to find them.) Whatever the case, it now builds for me with either IDE, and seems to work fine on Windows XP, but I'd like to figure out why the XP build isn't working with the v140_xp tools. --- .gitignore | 1 + DIST/with-mdc.deploy | 8 ++++---- app/app.vcxproj | 3 ++- diskimg/diskimg.vcxproj | 3 ++- diskimg/libhfs/libhfs.vcxproj | 3 ++- mdc/mdc.vcxproj | 3 ++- nufxlib/nufxlib.vcxproj | 3 ++- reformat/reformat.vcxproj | 3 ++- util/util.vcxproj | 3 ++- zlib/zlib.vcxproj | 3 ++- 10 files changed, 21 insertions(+), 12 deletions(-) diff --git a/.gitignore b/.gitignore index d42cb76..ca86d52 100644 --- a/.gitignore +++ b/.gitignore @@ -10,6 +10,7 @@ CP.sdf CP.opensdf CP.v12.suo *.aps +.vs/ # installer binary DIST/Setup*.exe diff --git a/DIST/with-mdc.deploy b/DIST/with-mdc.deploy index c0f32d5..254a091 100644 --- a/DIST/with-mdc.deploy +++ b/DIST/with-mdc.deploy @@ -4,10 +4,10 @@ faddenSoft http://www.faddensoft.com/ CiderPress http://a2ciderpress.com/ -4.0.2-a1 -42364 +4.0.2-a2 +42380 C:\DATA\faddenSoft\fs.ico -Copyright © 2015 CiderPress project authors. All rights reserved. +Copyright © 2016 CiderPress project authors. All rights reserved. C:\Src\CiderPress\DIST\ReadMe.txt C:\Src\CiderPress\DIST\License.txt @@ -355,7 +355,7 @@ FALSE 4095 -Setup402a1.exe +Setup402a2.exe FALSE diff --git a/app/app.vcxproj b/app/app.vcxproj index e65ec11..bb54ec3 100644 --- a/app/app.vcxproj +++ b/app/app.vcxproj @@ -1,5 +1,5 @@  - + Debug @@ -15,6 +15,7 @@ MFCProj {B023611B-7086-46E1-847B-3B21C4732384} + 8.1 diff --git a/diskimg/diskimg.vcxproj b/diskimg/diskimg.vcxproj index 6cf1cc4..05780c5 100644 --- a/diskimg/diskimg.vcxproj +++ b/diskimg/diskimg.vcxproj @@ -1,5 +1,5 @@  - + Debug @@ -14,6 +14,7 @@ {0CFE6FAD-0126-4E99-8625-C807D1D2AAF4} + 8.1 diff --git a/diskimg/libhfs/libhfs.vcxproj b/diskimg/libhfs/libhfs.vcxproj index 73f4628..4616815 100644 --- a/diskimg/libhfs/libhfs.vcxproj +++ b/diskimg/libhfs/libhfs.vcxproj @@ -1,5 +1,5 @@  - + Debug @@ -14,6 +14,7 @@ {0FA742E9-8C07-43DD-AFF8-CE31FAF70821} + 8.1 diff --git a/mdc/mdc.vcxproj b/mdc/mdc.vcxproj index 4dcd24a..3724c8e 100644 --- a/mdc/mdc.vcxproj +++ b/mdc/mdc.vcxproj @@ -1,5 +1,5 @@  - + Debug @@ -15,6 +15,7 @@ MFCProj {7DF41D71-C8DC-48AA-B372-4613210310A4} + 8.1 diff --git a/nufxlib/nufxlib.vcxproj b/nufxlib/nufxlib.vcxproj index d6b4d3c..4564868 100644 --- a/nufxlib/nufxlib.vcxproj +++ b/nufxlib/nufxlib.vcxproj @@ -1,5 +1,5 @@  - + Debug @@ -14,6 +14,7 @@ {C48AE53B-3DCB-43B1-9207-B7C5B6BB78AF} Win32Proj nufxlib + 8.1 diff --git a/reformat/reformat.vcxproj b/reformat/reformat.vcxproj index 1b94811..2bf81a2 100644 --- a/reformat/reformat.vcxproj +++ b/reformat/reformat.vcxproj @@ -1,5 +1,5 @@  - + Debug @@ -15,6 +15,7 @@ MFCProj + 8.1 diff --git a/util/util.vcxproj b/util/util.vcxproj index 7943988..0a9167a 100644 --- a/util/util.vcxproj +++ b/util/util.vcxproj @@ -1,5 +1,5 @@  - + Debug @@ -15,6 +15,7 @@ MFCProj {04BFAE2A-7AB3-4B63-B4AB-42FF1D6AD3C5} + 8.1 diff --git a/zlib/zlib.vcxproj b/zlib/zlib.vcxproj index a3b1a53..dc5d907 100644 --- a/zlib/zlib.vcxproj +++ b/zlib/zlib.vcxproj @@ -1,5 +1,5 @@  - + Debug @@ -14,6 +14,7 @@ {B66109F4-217B-43C0-86AA-EB55657E5AC0} Win32Proj zlib + 8.1