在Windows SDK v.10.0.14393.0中,在winerror.h中,有一个SQLite部分,行57116及以下。 SQLite现在是否正式成为Win32的一部分?
编辑:在um \ winsqlite下有一个winsqlite3.h,在SDK v.10.0.10240.0和v.10.0.10586.0之间引入了一些时间。还有um下的winsqlite3.lib。
编辑:更改了现有的Win32应用程序以使用它,就像一个超级按钮一样工作。但是需要将_WIN32_WINNT
重新定义为0xa00-明确针对Windows 10。
答案 0 :(得分:0)
感谢您的关注,因为它很有趣!
Microsoft使其成为Windows 10周年版的一部分,并且可用于UWP应用:https://blogs.windows.com/buildingapps/2016/05/03/data-access-in-universal-windows-platform-uwp-apps/