[Expat-discuss] Error: Unresolved external '_XML_ParserCreate' referenced from ... elements.exe

Sebastian Pipping webmaster at hartwork.org
Sun Aug 3 16:21:04 CEST 2008


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




More information about the Expat-discuss mailing list