Installtion problems
Posted: 2010-07-21T07:51:36-07:00
I've installed the Magick++ and when I'll import to my C++ code there's just:
and not like the samples show me:
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?!
Code: Select all
#import <ImageMagick/Magick++.h>
Code: Select all
#import <Magick++.h>
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?!