Search found 5 matches

by thebunnyrules
2017-04-30T14:10:09-07:00
Forum: Developers
Topic: 7ImageMagick-7.0.1-2 does not build in visual studio 2010
Replies: 13
Views: 29292

Re: 7ImageMagick-7.0.1-2 does not build in visual studio 2010

If you are building from source it might be easier to clone the following repo: http://git.imagemagick.org/repos/ImageMagick-Windows.git. You will need git for windows but you probably already have that. After you have cloned the repo run: CloneRepositories.cmd. Then you will need to compile and ru...
by thebunnyrules
2017-04-30T14:09:09-07:00
Forum: Developers
Topic: 7ImageMagick-7.0.1-2 does not build in visual studio 2010
Replies: 13
Views: 29292

Re: 7ImageMagick-7.0.1-2 does not build in visual studio 2010

I switched over to the Dynamic DLL build option in the Wizard. It compiled perfectly after.

Thanks for all your help! Now the fun begins :)
by thebunnyrules
2017-04-30T13:38:53-07:00
Forum: Developers
Topic: 7ImageMagick-7.0.1-2 does not build in visual studio 2010
Replies: 13
Views: 29292

Re: 7ImageMagick-7.0.1-2 does not build in visual studio 2010

Ok, using the date 7.0.5-5 was released as a reference (25 Apr 2017), I downloaded anything that was changed after that date in Github and merged them to the main 7.0.5-5 release folder.Here are the things I downloaded: VisualMagick, dcraw, ImageMagick (core), jp2, flif. I have VS 2010 ultimate sp1 ...
by thebunnyrules
2017-04-30T12:26:59-07:00
Forum: Developers
Topic: 7ImageMagick-7.0.1-2 does not build in visual studio 2010
Replies: 13
Views: 29292

Re: 7ImageMagick-7.0.1-2 does not build in visual studio 2010

Thanks for the feedback, diemstra. I don't need FLIF for my projects so that's ok. I see the patch you made in GitHub. I'll just merge any changes made after 7.0.5-5's release into it to make my own updated release folder.
by thebunnyrules
2017-04-29T13:39:42-07:00
Forum: Developers
Topic: 7ImageMagick-7.0.1-2 does not build in visual studio 2010
Replies: 13
Views: 29292

Re: 7ImageMagick-7.0.1-2 does not build in visual studio 2010

I just pushed some patches to fix your build errors. I also made a pull requests for FLIF to fix the build error in their repository. We are using VS2013 to build our binaries so please tell us when IM fails to build under VS2010. Did those patches ever get applied? I'm trying to compile 7.0.5 in V...