Using VS2012

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
efendioglu
Posts: 1
Joined: 2014-01-02T05:26:13-07:00
Authentication code: 6789

Using VS2012

Post by efendioglu »

Hello Friends,

I am new to ImageMagick and I try compile this cool stuff in vs2012 for x64 plattform. But I failed miserably.

Is there any readme out there for compiling this stuff in vs2012 for x64???


Thnx
User avatar
dlemstra
Posts: 1570
Joined: 2013-05-04T15:28:54-07:00
Authentication code: 6789
Contact:

Re: Using VS2012

Post by dlemstra »

You should run the configure.exe program to create your solution. Then you can execute the UpgradeToVS2012.cmd batch file that will upgrade the solution to VS2012 (Make sure you install PowerShell before using this). After you open the solution you should set the platform to x64 instead of win32.
.NET + ImageMagick = Magick.NET https://github.com/dlemstra/Magick.NET, @MagickNET, Donate
Post Reply