nlfiedler / magick-rust

Rust bindings for ImageMagick
https://crates.io/crates/magick_rust
Apache License 2.0
246 stars 63 forks source link

FIX:error LNK2019: unresolved external symbol SetMagickResourceLimit … #92

Closed liyunde closed 2 years ago

liyunde commented 2 years ago

…referenced in function _ZN11magick_rust4wand6magick10MagickWand18set_resource_limit;

[cfg(not(windows))] cfgSetMagickResourceLimit;

ImageMagick-7.1.0-Q16-HDRI + Windows\MSVC\14.29.30133 can not link function,I will try find the reason and compare source and .h This is interim solution

nlfiedler commented 2 years ago

Thanks