Hi,

I have been finding it difficult to install magickwand on my windows system
and was hoping i could get some more insight.

So far I have installed image-magick and that is up and working,

but I am just not quite sure what I am doing wrong when trying to link with
magickwand.

I have downloaded the source, from this link MagickWandForPHP-1.0.7.tar.gz,
and have put the contents' files in php/ext/magickwand
I have also downloaded the php_magickwand_Q16_st.dll and have put this in my
php/ext folder

My php.ini folder has these two lines
extension=php_imagick.dll
extension=php_magickwand_Q16_st.dll

I have also tried just using the .dll without the magickwand source but
still of no consequence.

Then in desperation I looked through some of the magickwand source and in
magickwand_inc.h I noticed the following includes

#include "php.h"
#include "php_ini.h"
#include "ext/standard/info.h"
#include "ext/standard/php_smart_str.h"
#include "SAPI.h"
#include "wand/MagickWand.h"

which I can't seem to find anywhere on my pc, are these neccessary?

My C programming is not the best so I am not quite sure what I should be
doing with the source, whether I am meant to compile it, or whatever.
And even if I have the correct .dll for Windows XP.
This is like a brickwall at the moment.
For anyone who is willing to help here is some additional info:

PHP 5.2
Wamp 5
Windows XP
(this is my environment)

regards
Gregg van Vuren
_______________________________________________
Magick-users mailing list
[email protected]
http://studio.imagemagick.org/mailman/listinfo/magick-users

Reply via email to