> However, running inside the WinRT sandbox will introduce some complications 
> for dynamic loading

 

For whatever it’s worth, my use case seems to work okay.  I’m building my own 
extension as a DLL and am able to deploy it with a test WP8 app, load it via 
sqlite3_load_extension, and successfully use its functionality (obviously using 
my own build of SQLite with extensions enabled).  This use case also works fine 
for me on WinRT, though there I’m also able to use the official SQLite 
distribution since it doesn’t disable extensions.

 

Thanks again Joe, I really appreciate your help!

 


From: Joe Mistachkin
Sent: ‎May‎ ‎28‎, ‎2013 ‎6‎:‎36‎ ‎PM
To: 'General Discussion of SQLite Database'
Subject: Re: [sqlite] Compiling SQLite for Windows Phone 8 (revised)



a...@sourcegear.com wrote:
>
> Why is the default to disable extensions on WP8?
>

I'm actually not sure at this point.  Previously, it was disabled due
to lack of the necessary OS APIs.

>
> Is there something about the platform that makes extensions not work?
>

If the extensions are statically linked, things may work fine.  However,
running inside the WinRT sandbox will introduce some complications for
dynamic loading, see:

http://msdn.microsoft.com/en-us/library/windows/desktop/hh447159%28v=vs.85%2
9.aspx

--
Joe Mistachkin

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to