I am already using the latest version (Version 3.8.11.1) which was updated on
2015-07-31. Thanks!
From: Joe Mistachkin <sqlite at mistachkin.com>
To: Weidong Shen <weidongshen at yahoo.com>; General Discussion of SQLite
Database <sqlite-users at mailinglists.sqlite.org>
Sent: Tuesday, August 4, 2015 10:40 PM
Subject: Re: [sqlite] Compile Warning from Universal Windows App using Visual
Studio 2015
Please update to the version updated on 2015-07-31 and try again.
Sent from my iPhone
> On Aug 4, 2015, at 7:19 PM, Weidong Shen <weidongshen at yahoo.com> wrote:
>
> Hi,
>
> I created a test UWP project using Visual Studio 2015/Windows 10 and added a
> reference to "SQLite.UAP.2015, Version=3.8.11.1". When compiling the project,
> I get the following warning message:
> warning MSB3781: The SDK "SQLite.UAP.2015, Version=3.8.11.1" depends on the
> following SDK(s) "Microsoft.VCLibs.AppLocal, version=14.0", which have not
> been added to the project or were not found. Please ensure that you add these
> dependencies to your project or you may experience runtime issues. You can
> add dependencies to your project through the Reference Manager.
>
> I tried to add the missing reference, and I can only find a reference of
> "Microsoft.VCLibs, Version=14.0" from "C:\Program Files (x86)\Microsoft
> SDKs\Windows Kits\10\ExtensionSDKs\Microsoft.VCLibs\14.0\". There is no
> reference to "Microsoft.VCLibs.AppLocal, version=14.0" with Windows 10 and
> Visual Studio 2015. so, even if I added the reference of "Microsoft.VCLibs,
> Version=14.0", the build warning message is still there.
> I modified the file "C:\Program Files (x86)\Microsoft
> SDKs\UAP\v0.8.0.0\ExtensionSDKs\SQLite.UAP.2015\3.8.11.1\SDKManifest.xml",
> and replaced "Microsoft.VCLibs.AppLocal, version=14.0" with
> "Microsoft.VCLibs, Version=14.0". The build warning message goes away.
> Is this a bug with "SQLite.UAP.2015, Version=3.8.11.1"?
> Thanks,
> Weidong Shen
> _______________________________________________
> sqlite-users mailing list
> sqlite-users at mailinglists.sqlite.org
> http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users
>