I've made change, but uploaded it too early. New to git.
Either way, I'm unable to build Magick.NET with VSExpress 2015. Checkout.cmd ends with asking me to "TYPE:" something, followed by errors no matter what. Alternatively, unzipping libs from Dropbox also doesn't seem to help. Building entire solution results in 3 successes and 1 fail - for Magick.NET.Native I get "LNK1104: cannot open file CORE_RL_bzlib_.lib" even though the file exists. I have tried putting CORE_RL_bzlib_.lib etc. in 3 places: ImageMagick/lib/CORE_RL_bzlib_.lib, ImageMagick/lib/x86/CORE_RL_bzlib_.lib and ImageMagick/lib/lib/x86/CORE_RL_bzlib_.lib and neither of these seemed to work. Magick.NET.Native fails, however Magick.NET-Q16-x86.dll seems to build, but if I use it in other project I get: System.DllNotFoundException - can't load DLL 'Magick.NET-Q16-x86.Native.dll' can't find module. I don't know what I'm doing wrong here.
Either way, I'm unable to build Magick.NET with VSExpress 2015. Checkout.cmd ends with asking me to "TYPE:" something, followed by errors no matter what. Alternatively, unzipping libs from Dropbox also doesn't seem to help. Building entire solution results in 3 successes and 1 fail - for Magick.NET.Native I get "LNK1104: cannot open file CORE_RL_bzlib_.lib" even though the file exists. I have tried putting CORE_RL_bzlib_.lib etc. in 3 places: ImageMagick/lib/CORE_RL_bzlib_.lib, ImageMagick/lib/x86/CORE_RL_bzlib_.lib and ImageMagick/lib/lib/x86/CORE_RL_bzlib_.lib and neither of these seemed to work. Magick.NET.Native fails, however Magick.NET-Q16-x86.dll seems to build, but if I use it in other project I get: System.DllNotFoundException - can't load DLL 'Magick.NET-Q16-x86.Native.dll' can't find module. I don't know what I'm doing wrong here.