I am able to compile a C++/CLI .Net application using sqlite. But when
it links it complains with some linker warnings:

xxx.obj : warning LNK4248: unresolved typeref token (0100001D) for
'sqlite3'; image may not run
xxx.obj : warning LNK4248: unresolved typeref token (0100001F) for
'sqlite3_stmt'; image may not run

This is because the 'sqlite3' and 'sqlite3_stmt' structures are
completely opaque in the sqlite3.h header files, and the MSIL is 
evidently trying to create code for it.

Is there a workaround for this possible problem ?

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

Reply via email to