[xml] Is LIBXML_STATIC_FOR_DLL safe to use in all circumstances?

2019-08-22 Thread Dan Heinz
I have a library that uses the static libxml2 library. My library is distributed in three ways: a DLL, a static library that has the libxml2 library merged, and a static library that does not have libxml2 merged. I have a Windows environment where my DLL is late-bound and being loaded and unloa

Re: [xml] Is LIBXML_STATIC_FOR_DLL safe to use in all circumstances?

2019-08-26 Thread Dan Heinz
I was hoping someone had run into this previously and had some insight. From: xml [mailto:xml-boun...@gnome.org] On Behalf Of Dan Heinz Sent: Thursday, August 22, 2019 7:19 AM To: xml@gnome.org<mailto:xml@gnome.org> Subject: [xml] Is LIBXML_STATIC_FOR_DLL safe to use in all circumstances?