J Decker wrote:
> 
> '1>LINK : fatal error LNK1181: cannot open input file
>
'M:\clapps\xperdex\SQLite\1.0.79.0\SQLite.Interop\..\bin\2010\DebugModule\bi
n\System.Data.SQLite.netmodule''
> 

In your new solution, the "SQLite.Interop.*" project(s) should have the
"System.Data.SQLite.Module.*" project checked in the "Project Dependencies"
settings dialog (i.e. because the interop project(s) "consume" the
.netmodule
when building the mixed-mode assembly).

> 
> '1>LINK : fatal error LNK1181: cannot open input file
>
'M:\clapps\xperdex\SQLite\1.0.79.0\SQLite.Interop\..\bin\2010\DebugModule\bi
n\System.Data.SQLite.netmodule''
> 

This may be caused by the solution platforms not being "Win32" and "x64".

Also, if you wish to build the separate managed and native assemblies,
you'll
need the configurations "DebugNativeOnly" and/or "ReleaseNativeOnly" defined
in your solution (i.e. otherwise the interop project will always default to
linking with the .netmodule).

--
Joe Mistachkin

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

Reply via email to