You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have downloaded the tarball and I can compile libdash without any problem under Visual Studio 2010 (as recommended), but only for Win32.
But when I want to build libdash for x64, I get linking errors. Indeed, these functions cannot be found during linking: xmlCleanupParser, xmlCleanupParser, xmlCleanupParser, xmlCleanupParser, etc.
These are all functions from libxml2 and it seems that the libxml2 library in the tarball is only for Win32.
Could you please provide the x64 version of libxml2, or (better) a Visual Studio 2010 solution which can compile for x64 too)?
Thanks in advance!
The text was updated successfully, but these errors were encountered:
Hi
I've compiled in 64-bit using VS2017. You should recompile in 64bit all libraries iconv (libiconv), zlib, libxml2 and libcurl an then link them.
Hope this helps
Hello,
I have downloaded the tarball and I can compile libdash without any problem under Visual Studio 2010 (as recommended), but only for Win32.
But when I want to build libdash for x64, I get linking errors. Indeed, these functions cannot be found during linking: xmlCleanupParser, xmlCleanupParser, xmlCleanupParser, xmlCleanupParser, etc.
These are all functions from libxml2 and it seems that the libxml2 library in the tarball is only for Win32.
Could you please provide the x64 version of libxml2, or (better) a Visual Studio 2010 solution which can compile for x64 too)?
Thanks in advance!
The text was updated successfully, but these errors were encountered: