简体   繁体   中英

Build unqlite for Windows Phone 8.1 Store Apps (WinRT)

We are developing a C++ core for our mobile app. We would use unqlite DB. We compiled it successfully for iOS and for Android.

http://unqlite.org/downloads.html

When we try to compile it for WinRT, we receive a lot of errors. There is someone who has compiled it for WinRT?

Theoretically Windows Phone is supported ( http://www.developereconomics.com/five-popular-databases-for-mobile/ ).

Thanks

As I know, if you have some C++ Library and want to use in Windows Phone Project you need:

  • Create Windows Runtime Component (C++ project)
  • Include your C++ Library into Windows Runtime Component
  • Establish bridge between your C++ Library and Windows Phone Project

You cannot include an usual C++ Library in Windows Phone (Store) project

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM