bitmovin / libdash

MPEG-DASH Access Library - Official ISO/IEC MPEG-DASH Reference Implementation
https://bitmovin.com/
589 stars 169 forks source link

Can't compile for x64 under Visual Studio 2010 (win32 compilation works fine) #24

Open thompon opened 5 years ago

thompon commented 5 years ago

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!

thompon commented 5 years ago

any news about this issue?

thompon commented 5 years ago

help please (is there someone reading this?)

thompon commented 5 years ago

still no reply? So nobody uses libdash in 64-bit?

francescoBLT commented 3 years ago

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