Current FPC/Trunk running on Win64 XP

I can't get ImageMagick unit to work under Windows XP 64.

I changed Win32 to Windows

{$ifdef Windows}
  MagickExport = 'CORE_RL_magick_.dll';
  WandExport = 'CORE_RL_wand_.dll';
{$else}
  MagickExport = 'libMagickCore';
WandExport = 'libMagickWand'; // Previous ImageMagick versions used 'libWand'
{$endif}

  CORE_RL_magick_.dll
  CORE_RL_wand_.dll'

Apon running the app, libMagickWand.dll was not found.

Can someone please look into this?

Thanks,

--
Andrew Brunner

Aurawin LLC
15843 Garrison Circle
Austin, TX 78717

https://aurawin.com

Aurawin is a great new way to store, share, and explore all your content
featuring our innovative cloud social computing platform.
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to