Target system installations

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
at_p

Target system installations

Post by at_p »

I was having difficulty running my ImageMagick (6.4.1) application built with Visual Studio 2003 .Net on target machines that had binary (6.4.5) installs. I read that the binaries were built using Visual C++ 7.0 .Net and that is most likely the issue.

Since I don't own Visual C++ 7.0 on the development machine I am lost as what to do next. My target machines do not have development systems.

Would it be possible for me to build installation binaries with my compiler from source?
Are there binaries out there built with different versions of Visual C++ I could download?
Any other solutions?

Thanks.
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Target system installations

Post by magick »

ImageMagick binaries are built with Visual Studio 2003 so they should be compatible with your application.
at_p

Re: Target system installations

Post by at_p »

I have tried several combinations and yet the

" ... could not be located in the dynamic link library CORE_RL_Magick++.dll"

persists with the supplied examples and my application on a couple of laptops.

Are there any hints on what could cause this message?
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Target system installations

Post by magick »

Launch the button VS workspace in c:\Program Files\ImageMagick-6.4.5-Q16\Magick_Demos. Compile and execute the project. Assuming it works, use the button workspace as a model for your own application.
at_p

Re: Target system installations

Post by at_p »

That is how I started my project and everything went well. I also built some demos that ran well on the development machine and then tried them on the target machine. same problem.

If I understood what could cause the message I could dig deeper. Since its finding the DLL is confusing that it has problems with the entry.
at_p

Re: Target system installations

Post by at_p »

I did not solve the problem, however I was able to get around it by doing the same binary install on all machines and building it locally. I am obviously not happy with the resolution. If anybody out there knows anything about this please share.
Post Reply