Using the SQLite3 DLL ind Windows 8 metro with the C# managed code wrapper work 
just great. And adding marshaling code for a ranking function also works (as 
long as you keep a static var referencing the function and use that var as the 
registration reference). But, the argument for the info passed to the ranking 
function is not helpful as managed code can only reference a pointer to a 
single object like a long, int, etc. general pointers are not allows in managed 
code. 

So the question is, has anybody solved this call-back issue.

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

Reply via email to