On Fri, 2003-12-05 at 15:24, Kerry.Thurber@signalsolutionsinc.com wrote:
> "error LNK2019: unresolved external symbol _SwishInit referenced in
> function _main"
That's a linker error. Are you linking your console app to
libswish-e.lib? Also, you will need to link to zlib if you build the
index with the released swish-e.exe.
As a note, you will probably need to link to libswish-e-mt.lib
(multithreaded) instead of libswish-e.lib for your COM object. There
should be a Release_Multithread target for the entire workspace. See
the swishctl activex control for an example of that.
--
David Norris
http://www.webaugur.com/dave/
ICQ - 412039
Received on Fri Dec 5 21:07:09 2003