On Wed, 24 Aug 2005, Adam Witney wrote: > Yes I'm afraid it includes Image::Magick and Archive::Zip, and I was > hoping to be able to generate something that would run standalone on > machines where perl may not even be installed (on Windows that is) > > I see ActiveState sell a development kit that will do it for > Windows, but I think I have to generate them on Windows which I > could do if I had to.
Yes, you would have to generate the executable on Windows. Unfortunately PerlApp doesn't work correctly with Image::Magick either, if I remember this correctly. Image::Magick comes with 100 little DLLs that all need to be bundled and extracted with the executable. It may be possible to get it to work with a lot of --bind options, but it will be a frustrating exercise. Cheers, -Jan
