Page 1 of 1

IM and VS Express

Posted: 2013-11-15T11:51:28-07:00
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?

Re: IM and VS Express

Posted: 2013-11-15T11:57:56-07:00
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.

Re: IM and VS Express

Posted: 2013-11-15T12:01:20-07:00
by VanGog
There is Microsoft Visual Studio IDE required, I have different version.

Re: IM and VS Express

Posted: 2013-11-15T12:05:41-07:00
by dlemstra
Have you tried to open the solution generated by configure.exe?

Re: IM and VS Express

Posted: 2013-11-15T12:23:35-07:00
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.

Re: IM and VS Express

Posted: 2013-11-16T15:14:11-07:00
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.