Hi Team, We have recently purchased SEE subscription to encrypt our data in mobile. Our application supports iOS, android and windows(UWP). We used Xamarin forms(.net standard2) approach to build this application which supports c# language. We are following this link https://www.sqlite.org/see/doc/trunk/www/readme.wiki where they have guided how to compile and use SEE.
Basically we are trying to use this SQLITE as a dll and to do so we ran below command in mac cat sqlite3.c see.c >see-sqlite3.c gcc -c -DSQLITE_DLL=1 see-sqlite3.c ar a see-sqlite3.dll see-sqlite3.o This generates “see-sqlite3.dll” but for some reason when I am trying to add this dll as a reference its throwing error "see-sqlite3.dll is not a valid .Net assembly ". Any help will be really appreciated. _______________________________________________ sqlite-users mailing list sqlite-users@mailinglists.sqlite.org http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users