Re: Error: Unresolved external '_XML_ParserCreate' referenced from ... elements.exe

Sebastian Pipping <[email protected]> Sun, 03 Aug 2008 16:21:04 +0200
Newsgroups gmane.text.xml.expat.general
Message-ID <[email protected]>
yuki latt wrote:
> bcc32 -I"C:\Program Files\Expat 2.0.1\Source\lib" -L"C:\Program Files\Expat
> 2.0.1\Source\lib" -o"C:\Program Files\Expat
> 2.0.1\Source\examples\elements.exe" elements.c

> Error: Unresolved external '_XML_ParserCreate' referenced from C:\PROGRAM
> FILES\EXPAT 2.0.1\SOURCE\EXAMPLES\ELEMENTS.EXE

You need to link against the Expat library or its sources
in order to fix this. It doesn't look like you're doing that.



Sebastian