libxslt-win-build icon indicating copy to clipboard operation
libxslt-win-build copied to clipboard

libxslt Windows build with Visual Studio.

Results 2 libxslt-win-build issues
Sort by recently updated
recently updated
newest added

Microsoft changed the Windows Kits a while ago. They factored out the C runtime pieces into its own area. All of your XSLT projects are missing the $(UniversalCRT_IncludePath) and $(UniversalCRT_LibraryPath_x86)...

I've tried to build it with VS 2017, but libxml header files are missed. Does it mean libxml must be added as source and imported to the solution?