CORE_RL_Magick++_.dll is missing from your computer

Magick++ is an object-oriented C++ interface to ImageMagick. Use this forum to discuss, make suggestions about, or report bugs concerning Magick++.
Post Reply
tsftd
Posts: 28
Joined: 2012-01-14T11:46:55-07:00
Authentication code: 8675308

CORE_RL_Magick++_.dll is missing from your computer

Post by tsftd »

So I had to reinstall windows. as we ALL know, that's a pain when you're in the middle of a project -- reinstall MSVS, make sure all your deps get put in the same place so it doesn't brake the project, etc. i got it all worked out, EXCEPT for imagemagick. the program compiles fine, but unfortunately when I run it (debug), i get "The program can't start because CORE_RL_Magick++_.dll is missing from your computer. Try reinstalling the program to fix this problem.

Now, as I had simply copied the files over after reinstall, I went and downloaded it. Installed it, and same error. Checked the folder to make sure the file's there; it is. Reinstalled. Checked the path (which the installer apparently did not add as it was supposed to), added the path manually. Still the same error. I can't imagine that this is an error in the code, given that it worked fine before reinstall. yes, i have InitializeMagick -- pointed straight at the new folder, the old folder, tried moving the dll from the old folder into the new one (since the new one is a different version) -- nothing, no go.

any ideas?
Post Reply