Thank you Alberto, that solved it :)
Hi Andreas,
there was an error in the socket janitor (it was calling closesocket
directly instead of relying on the pointer to the function); you can
either add wsock32.lib to the linker command, or get the updated files
from SVN
(http://svn.apache.org/viewcvs.cgi/*checkout*/xerces/c/branches/xerces-2.7/src/xercesc/util/NetAccessors/WinSock/BinHTTPURLInputStream.cpp?rev=292170&content-type=text%2Fplain
and
http://svn.apache.org/viewcvs.cgi/*checkout*/xerces/c/branches/xerces-2.7/src/xercesc/util/NetAccessors/WinSock/BinHTTPURLInputStream.hpp?rev=292170&content-type=text%2Fplain)
Alberto
At 11.06 08/11/2005 +0100, Andreas Pfeifer wrote:
Hi there,
when I try to build the Xerces-C 2.7.0 solution with the static
debug/release - options I get unresolved externals. The error(s)
occur, when I try to link the samples. The build of the library seems
to work fine. I didn't make any changes to the configuration of the
solution (jet).
So here's one of the error messages:
PSVIWriter error LNK2019: Nicht aufgelöstes externes Symbol
'[EMAIL PROTECTED]', verwiesen in Funktion '"public: void
__thiscall xercesc_2_7::SocketJanitor::reset(unsigned int *)"
([EMAIL PROTECTED]@xercesc_2_7@@[EMAIL PROTECTED])'
Could anyone of you give me a suggestion what goes wrong here?
Thanks in advance -> Andi