Project setting for VC++

Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
Post Reply
Bassamdo01

Project setting for VC++

Post by Bassamdo01 »

Hello all,
I have the magick++, and i want to create a project in vc++. However, in the project properties I set the include path correctly, and set the lib path. But each time I try to built the project it arise an error "cannot open input file 'CORE_RL_magick_.lib' ".
Do I need more setting!! or I have something wrong somewhere.

Thank you In advance,
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Project setting for VC++

Post by magick »

Download the ImageMagick Windows binary distribution from http://www.imagemagick.org/script/binaries.php#windows and install it. Now move to C:\Program Files\ImageMagick-6.4.9-7-Q16\Magick++_demos. Your installation path may be slightly different. Click on the button workspace and build and execute. Hopefully it will compile and run without complaint. You can now use this workspace as a template for your own project.
Post Reply