From 3a68c1d6ea3ffa50c76272fb1b7626e3dc1a5628 Mon Sep 17 00:00:00 2001 From: "Christopher J. Brody" Date: Sun, 17 Dec 2017 21:29:31 -0500 Subject: [PATCH 1/2] doc additional Visual Studio components needed --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5d69869aa..278a51810 100644 --- a/README.md +++ b/README.md @@ -176,6 +176,7 @@ See the [Sample section](#sample) for a sample with a more detailed explanation. - Windows platform version (using a customized version of the performant [doo / SQLite3-WinRT](https://github.com/doo/SQLite3-WinRT) C++ component) has the following known limitations: - This _version branch_ has dependency on platform toolset libraries included by Visual Studio 2017 ([litehelpers/Cordova-sqlite-storage#580](https://github.com/litehelpers/Cordova-sqlite-storage/issues/580)). Visual Studio 2015 is now supported by [litehelpers / Cordova-sqlite-legacy-build-support](https://github.com/litehelpers/Cordova-sqlite-legacy-build-support). - It is **not** possible to use this plugin with the default "Any CPU" target. A specific target CPU type **must** be specified when building an app with this plugin. + - Visual Studio components needed: Universal Windows Platform development, C++ Universal Windows Platform tools. A recent version of Visual Studio 2017 will offer to install any missing feature components. - Truncation issue with UNICODE `\u0000` character (same as `\0`) - No background processing - INCORRECT error code (0) and INCONSISTENT error message (missing actual error info) in error callbacks ref: [litehelpers/Cordova-sqlite-storage#539](https://github.com/litehelpers/Cordova-sqlite-storage/issues/539) From 6ff7077c1eb674202329dfd7bb94df253eb5afac Mon Sep 17 00:00:00 2001 From: "Christopher J. Brody" Date: Sun, 17 Dec 2017 21:31:30 -0500 Subject: [PATCH 2/2] Windows update WindowsTargetPlatformVersion setting --- .../SQLite3/SQLite3.UWP/SQLite3.UWP.vcxproj | 36 ++----------------- 1 file changed, 3 insertions(+), 33 deletions(-) diff --git a/src/windows/SQLite3-Win-RT/SQLite3/SQLite3.UWP/SQLite3.UWP.vcxproj b/src/windows/SQLite3-Win-RT/SQLite3/SQLite3.UWP/SQLite3.UWP.vcxproj index 051cd42d7..483096f23 100644 --- a/src/windows/SQLite3-Win-RT/SQLite3/SQLite3.UWP/SQLite3.UWP.vcxproj +++ b/src/windows/SQLite3-Win-RT/SQLite3/SQLite3.UWP/SQLite3.UWP.vcxproj @@ -1,6 +1,5 @@ - Debug @@ -27,7 +26,6 @@ x64 - {76e68196-b7dc-4393-a070-d32fc33bc489} WindowsRuntimeComponent @@ -37,13 +35,11 @@ 14.0 true Windows Store - 10.0.15063.0 + 10.0.16299.0 10.0.10240.0 10.0 - - DynamicLibrary true @@ -77,68 +73,50 @@ true v141 - - - - - + - - - - - - - - false - false - false - false - false - false - NotUsing @@ -155,7 +133,6 @@ /SAFESEH %(AdditionalOptions) - NotUsing @@ -172,7 +149,6 @@ /SAFESEH %(AdditionalOptions) - NotUsing @@ -189,7 +165,6 @@ false - NotUsing @@ -207,7 +182,6 @@ false - NotUsing @@ -223,7 +197,6 @@ false - NotUsing @@ -239,10 +212,7 @@ false - - - - + \ No newline at end of file