Search found 3 matches

by JimJim
2011-11-26T23:42:24-07:00
Forum: Magick++
Topic: Magick++: image reading collapse! HELP!
Replies: 3
Views: 12890

Re: Magick++: image reading collapse! HELP!

It could be your IDE project configuration. Replace the source of the Button project in Magick++_demos with your code. Build and execute. Does it work now? Yes, it works ! I copied the project in explorer and removed files and added my files and it worked!But what's wrong with my previous settings?...
by JimJim
2011-11-26T22:37:53-07:00
Forum: Magick++
Topic: Magick++: image reading collapse! HELP!
Replies: 3
Views: 12890

Re: Magick++: image reading collapse! HELP!

magick wrote:It could be your IDE project configuration. Replace the source of the Button project in Magick++_demos with your code. Build and execute. Does it work now?
Thank you for advice.
But it doesn't work, now i am really stuck, PLEASE HELP ME!
by JimJim
2011-11-26T12:32:16-07:00
Forum: Magick++
Topic: Magick++: image reading collapse! HELP!
Replies: 3
Views: 12890

Magick++: image reading collapse! HELP!

Recently i am learning Magick++.h, i installed the ImageMagick-6.7.3-7-Q16-windows-dll on my window7, and i use VS2010 professional edition. Here is the problem: i write a simple program for testing, the code is as follows: #include <Magick++.h> using namespace std; using namespace Magick; int main(...