storesafe / cordova-sqlite-storage

A Cordova/PhoneGap plugin to open and use sqlite databases on Android, iOS and Windows with HTML5/Web SQL API
Other
2.15k stars 716 forks source link

Use C++/WinRT for Windows 10 1803 (Spring Creators Update)? #779

Open brodycj opened 6 years ago

brodycj commented 6 years ago

I just saw a notice in https://github.com/Microsoft/cppwinrt/issues/350 that C++/WinRT is now part of Windows 10 SDK for 1803 ref:

More information about 1803 April Spring Creators Update at:

It is an open question whether or not it would make sense to use this update in the June 2018 plugin release (#733), or keep in #687 for another future update (someday).

okwh commented 5 years ago

I complied the sample DesktopCompositioncan with VS 2015 15.85 at Window server 2016. the DesktopCompositioncan.exe can run at Win 10, but not run at Window server 2016 v1607 (OS version 14393.2248), and pop out " no entry CreateDispatcherQueueController at DesktopCompositioncan.exe"

Why and how to processed ?

brodycj commented 5 years ago

@okwh I do not really follow what you mean by "sample DesktopComposition". I also do not support VS 2015 or anything specific to Windows server.