Hi,

you can look at System.Data.SQLite <http://sqlite.phxsoftware.com/> and look
at the sources.

Best regards,
Sylvain

On Thu, Jan 28, 2010 at 12:23 AM, Edward Diener <
eldlistmaili...@tropicsoft.com> wrote:

> 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
>
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to