Hi all,
I have just developed a VB app that uses the ImageMagickObject from www.imagemagick.org.
I need to install the required DLL's for the object and was just wondering if anyone has done this before with NSIS.
Any code would be MUCH appriciated.
ImageMagick
4 posts
I don't think you'll find an example for these files. However, it's easy to update DLL files. See the UpgradeDLL macro.
detaild insturctions for installing vb runtimes can be found here:
if you're using vb5, just use msvbvm500.dll instead of msvbvm600.dll if your using vb5.
As for Imagemagick, I have never used it. It should have instructions as for what DLLs are needed in its documentation.
if you're using vb5, just use msvbvm500.dll instead of msvbvm600.dll if your using vb5.
As for Imagemagick, I have never used it. It should have instructions as for what DLLs are needed in its documentation.
Yeah, it was a long shot. Thanks for the help guys....