> > - msvcprt.lib is missing in Linker Options. Abi won't build without it.
>
> That's interesting. AFAIK the "prt" stuff is all about standard C++
library
> (e.g. iostream) which would mean that it would *have* to use templates.
> Since templates is (at least was) explicitly forbidden in AbiWord, would
you
> like to share some of the functions the linker can't find without it?

   mbrtowc and wcrtomb.  I had to add that lib yesterday to get Abi to
build.

   Forgive the stupid question, but how does linking against this lib cause
the use of templates?  If they're not used anywhere in the Abi code, how
could they just magically appear?

   -Tom





Reply via email to