← Back to team overview

zorba-coders team mailing list archive

[Bug 1010746] Re: animation.xq test crashes using Windows installer

 

>From documentation:  http://www.imagemagick.org/Magick++/

Please note that under Windows (and possibly the Mac) it is necessary to
initialize the ImageMagick library prior to using the Magick++ library.
This initialization is performed by passing the path to the ImageMagick
DLLs (assumed to be in the same directory as your program) to the
InitializeMagick() function call. This is commonly performed by
providing the path to your program (argv[0]) as shown in the following
example:

int main( ssize_t /*argc*/, char ** argv) 
{ 
  InitializeMagick(*argv);

This initialization step is not required under Unix, Linux, Cygwin, or
any other operating environment that supports the notion of "installing"
ImageMagick in a known location.

-- 
You received this bug notification because you are a member of Zorba
Coders, which is the registrant for Zorba.
https://bugs.launchpad.net/bugs/1010746

Title:
  animation.xq test crashes using Windows installer

Status in Zorba - The XQuery Processor:
  New

Bug description:
  1. Install Zorba 2.5.0 on Windows using installer from:

    http://www.2shared.com/file/2ksHal6V/zorba-250-win32-x86.html

  2. Download the image module source (lp:zorba/image-module) to some
  directory.

  3. cd image-module/test/Queries/image

  4. zorba -f -q animation.xq

  "zorba.exe has encountered a problem and needs to close" dialog pops
  up.

To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/1010746/+subscriptions


References