IM and VS Express

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
VanGog
Posts: 308
Joined: 2012-02-05T02:46:58-07:00
Authentication code: 8675308

IM and VS Express

Post by VanGog »

Is it possible to open ImageMagick source codes as project in Visual Studio Express 2008? I have Windows, 32bit architecture. I have the codes of ImageMagick-6.8.6 for Windows however cannot find any VS project. Would it be hard import it to VS?
User avatar
dlemstra
Posts: 1570
Joined: 2013-05-04T15:28:54-07:00
Authentication code: 6789
Contact:

Re: IM and VS Express

Post by dlemstra »

You can find an explanation here: http://www.imagemagick.org/script/insta ... hp#windows. You don't have to build the configure.exe program, you can just run it from the configure folder.
.NET + ImageMagick = Magick.NET https://github.com/dlemstra/Magick.NET, @MagickNET, Donate
VanGog
Posts: 308
Joined: 2012-02-05T02:46:58-07:00
Authentication code: 8675308

Re: IM and VS Express

Post by VanGog »

There is Microsoft Visual Studio IDE required, I have different version.
User avatar
dlemstra
Posts: 1570
Joined: 2013-05-04T15:28:54-07:00
Authentication code: 6789
Contact:

Re: IM and VS Express

Post by dlemstra »

Have you tried to open the solution generated by configure.exe?
.NET + ImageMagick = Magick.NET https://github.com/dlemstra/Magick.NET, @MagickNET, Donate
VanGog
Posts: 308
Joined: 2012-02-05T02:46:58-07:00
Authentication code: 8675308

Re: IM and VS Express

Post by VanGog »

I have found the project, but I cannot compile it because I miss MFC (this is because I have VS Express not the version I need; i miss some afx*** headers).

edit: I cannot run the configure.exe because I miss mfc libraries.
Jason S
Posts: 103
Joined: 2010-12-14T19:42:12-07:00
Authentication code: 8675308

Re: IM and VS Express

Post by Jason S »

Don't compile configure.exe, just run it. It will generate a file named something like ImageMagick-x.x.x\VisualMagick\VisualDynamicMT.sln. Then open that file, and let Visual Studio upgrade it to VS2008 format. MFC is not required.
Post Reply