Menu

#520 XML_SetHashSalt not exported?

Platform Specific
closed-fixed
nobody
5
2016-03-12
2014-02-14
No

Is it normal that on the shared DLLs of expat 2.1, XML_SetHashSalt is not exported? I wanted to link to the shared version of expat to avoid linking it multiple times in my project (for each used library that uses expat), but python for example uses XML_SetHashSalt (in pyexpat module), so i'm forced to link it against the static version of the library
The function apparently has the XMLPARSEAPI macro on its declaration, like all the other fucntions, but somehow doesn't get exported

Discussion

  • olivier barthelemy

    Updating the lib/libexpat.def with the last one of the CVS repo solves the problem, apparently, the .def shipped with 2.1 sources did not export the new 2.1 symbols

     
  • Sebastian Pipping

    • status: open --> closed-fixed
     

Log in to post a comment.

MongoDB Logo MongoDB