On 16/04/2016 22:41, Sylvain Pointeau wrote:
for reference I compile libxml this way:
cscript.exe configure.js iconv=no ftp=no http=no compiler=msvc cruntime=/MT
  debug=yes  prefix="build_debug_static_mt" static=yes

When compiling a DLL, /MD should be used instead of /MT. Simply remove "cruntime=/MT" and "static=yes".

additionally I removed iconv (iconv=no), do you confirm that reading UTF-8 and
UTF-16 will still work?

Yes, the UTF encodings work without iconv.

Nick
_______________________________________________
xml mailing list, project page  http://xmlsoft.org/
xml@gnome.org
https://mail.gnome.org/mailman/listinfo/xml

Reply via email to