LINK : fatal error LNK1104: cannot open file 'CORE_RL_coders_.lib' #16
Plamonster
started this conversation in
General
Replies: 1 comment 2 replies
-
My advise would be use the steps that are done in the GitHub actions build and not build ImageMagick yourself in a separate solution. And you will probably also need to use a more recent version of Visual Studio to get support for all the features that are now available in Magick.NET. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi. I want to use the Magick.Net API.
Company policies are that we have to download the source code and build it on our build farm. I'm am not allowed, still by my company policy, to generate a read:packages token for Magick.Native and so I can't successfully run the Magick.Net install.ps1 script.
So I downloaded the Magick.Native source code to build it. which also mean to download the source code of ImageMagick.
I successfully built the ImageMagick.
But I'm not able to build Magick.Native. I got the LINK : fatal error LNK1104: cannot open file 'CORE_RL_coders_.lib' error. I didn't have any CORE_RL_coders_ library generated by the ImageMagick build. Can't find any CORE_RL_coders_ file on my HD.
Any hint?
tx!
Windows 10.
Visual Studio 2017
ImageMagick target setup :
Beta Was this translation helpful? Give feedback.
All reactions