[magick-users] unknown exception
Manoj Subberwal
monty at webvirtue.com
Wed Jun 4 10:06:32 PDT 2008
I installed the ImageMagic using the binary link and installed the libs and
headers for c++ as well
Now this simple code is giving me "unknown exception"
InitializeMagick(*argv);
try
{
Image base( Geometry(600,600), Color("white") );
base.write("C:\\test.bmp");
}
catch(exception error)
{
cout<< error.what();
}
Is this an installation issue? But everything went smoothly and the checks
from cmd are also working
Please help
More information about the Magick-users
mailing list