From: Ulrich T. <ulr...@gm...> - 2013-08-31 18:41:00
|
Am 31.08.2013 20:12, schrieb dd:> Does wxSQLite support database encryption on winrt platform?(for tablet) The encryption extension coming with wxSQLite3 is implemented in plain C based on the SQLite3 amalgamation source code. Since SQLite3 itself works on WinRT, I don't see any reason why the wxSQLite3 encryption extension for SQLite3 shouldn't work on WinRT, too. However, you would have to compile it yourself for WinRT. Regards, Ulrich |