[Expat-bugs] [ expat-Bugs-1150814 ] expat_win32bin StaticLibs are wrong version

SourceForge.net noreply at sourceforge.net
Thu Feb 24 08:42:17 CET 2005


Bugs item #1150814, was opened at 2005-02-23 23:42
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=110127&aid=1150814&group_id=10127

Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: expat_win32bin StaticLibs are wrong version

Initial Comment:
Installed version of expat: expat_win32bin_1_95_8.exe,
which contains both dynamic and static versions of the
library.

Linking against StaticLibs/libexpatw.lib and
StaticLibs/libexpat.lib produce the following errors

base.lib(XMLReader_Expat.obj) : error LNK2001:
unresolved external symbol _XML_ResumeParser
base.lib(XMLReader_Expat.obj) : error LNK2001:
unresolved external symbol _XML_StopParser

I suspected that the static libs were out of date, so I
investigated a little... the files are dated September
06, 2002, 6:04:54 PM.

2002 is pretty old, so I'm guessing this is not new to
1.95.8.

A temporary fix is to link against the multi-threaded
(libexpatwMT.lib) static library, which seems to work
just fine.

- Tim Valenzuela
tim _at_ deadlyninja.com


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=110127&aid=1150814&group_id=10127


More information about the Expat-bugs mailing list