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

SourceForge.net noreply at sourceforge.net
Mon Dec 26 19:59:05 CET 2005


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

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
>Resolution: Fixed
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Fred L. Drake, Jr. (fdrake)
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


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

>Comment By: Karl Waclawek (kwaclaw)
Date: 2005-12-26 13:59

Message:
Logged In: YES 
user_id=290026

In later versions of MS VC++, the single-threaded runtime
library is not supported anymore. Expat 2.0 will be the last
release including the single-threaded static lib in the
Windows binary distribution.

Karl

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

Comment By: Karl Waclawek (kwaclaw)
Date: 2005-02-24 08:58

Message:
Logged In: YES 
user_id=290026

Another one for Fred.

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

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