Is it possible to build IM into one single DLL?

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
jstph
Posts: 31
Joined: 2011-01-27T10:07:43-07:00
Authentication code: 8675308

Is it possible to build IM into one single DLL?

Post by jstph »

I use configure utility to build IM as VS solution. The problem I have is that I end up with hundreds of DLLs. It is very difficult to maintain and deploy. I wonder if anyone know how to setup the configure utility and only output a single DLL or just static library itself.
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Is it possible to build IM into one single DLL?

Post by magick »

Choose the static build option or download the portable Win32 binaries from http://www.imagemagick.org/script/binar ... hp#windows.
jstph
Posts: 31
Joined: 2011-01-27T10:07:43-07:00
Authentication code: 8675308

Re: Is it possible to build IM into one single DLL?

Post by jstph »

thanks magick,
I constantly got the muti-thread dll lib. So I thought there maybe some problems with the configure utility.
I must checked the wrong configuration box several times. I just rebuild IM and got the muti-thread lib. It should work for my purpose.
Again, thank you for the wonderful work .
Post Reply