Search found 3 matches
- 2011-11-26T23:42:24-07:00
- Forum: Magick++
- Topic: Magick++: image reading collapse! HELP!
- Replies: 3
- Views: 12948
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 ...
- 2011-11-26T22:37:53-07:00
- Forum: Magick++
- Topic: Magick++: image reading collapse! HELP!
- Replies: 3
- Views: 12948
Re: Magick++: image reading collapse! HELP!
Thank you for advice.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?
But it doesn't work, now i am really stuck, PLEASE HELP ME!
- 2011-11-26T12:32:16-07:00
- Forum: Magick++
- Topic: Magick++: image reading collapse! HELP!
- Replies: 3
- Views: 12948
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 ...