MagickNET compiling questions
Posted: 2008-11-29T16:23:38-07:00
I have imageMagick version 6.4.6 successfully compiling on Visual Studio 2005 and now am trying to compile magickNET so it contains the runtimes statically. According to the instructions, you need to make a change to MagickCore.h so it will recognize the MAGICK_STATIC_LINK definition. THis change was already here for me so I assume it was added to baseline (dangerous to assume I know but I did not go and search changelogs).
I have all of this working and magickNET compiles successfully but it is only 168k which I know means it did not include the imagMagick libraries. If I use this DLL in a C# project, it will work but only as long as I have copied all of the imageMagick binaries to the same directory.
Has anyone been able to successfully get this to work. Mick has a compiled version on his site that is a little over 3 meg, I just can't figure out how to get it to happen from source and I would like to be able to compile my whole project from source and not depend on someone elses DLL.
Thanks for any help anyone can provide, I have read a bunch of articles and docs but none of the suggestions so far have worked for me.
Thanks,
Rick
I have all of this working and magickNET compiles successfully but it is only 168k which I know means it did not include the imagMagick libraries. If I use this DLL in a C# project, it will work but only as long as I have copied all of the imageMagick binaries to the same directory.
Has anyone been able to successfully get this to work. Mick has a compiled version on his site that is a little over 3 meg, I just can't figure out how to get it to happen from source and I would like to be able to compile my whole project from source and not depend on someone elses DLL.
Thanks for any help anyone can provide, I have read a bunch of articles and docs but none of the suggestions so far have worked for me.
Thanks,
Rick