Hi,

I am getting a weird behaviour when using Universal App Platform library v. 
3.10.2.0. The problem occurs when application is build for x86 and x64 only ? 
build for arm works good. 

Here is the case
I have a wrapper from pure SqLite dll to c# in my code (using DllImport 
attributes in c#).  I am trying to query custom function registered by 
sqlite3_create_function_v2 - register working well in all builds. Function is 
also correctly invoked in all builds (checked in debug mode by brakepoint) but 
SqLite ?step? into result works only for arm build ? for other builds crashes 
with .Net NullReferenceException.

I attached zipped test project (Visual Studio 2015 with UAP SDK is required) ? 
have to change build platforms only (x86,x64,arm) to get this case. I think it 
could be SqLite bug in x86 and x84 dlls.

Best regards,
Artur Kr?l

Reply via email to