Page 1 of 1

Installtion problems

Posted: 2010-07-21T07:51:36-07:00
by GnnG
I've installed the Magick++ and when I'll import to my C++ code there's just:

Code: Select all

#import <ImageMagick/Magick++.h>
and not like the samples show me:

Code: Select all

#import <Magick++.h>
I can't find the namespace Magick++

When I'll use the Image class, the compiler didn't find the class, just one called ImageRef that there's no constructors, totally empty .
Is it normal?!

What I have to do?!