Strange Access Violation WinXP 32bit

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
schnitzel

Strange Access Violation WinXP 32bit

Post by schnitzel »

Hi,

I am currently trying to get ImageMagic running in my Visual Studio 2005 environment, using Magic++. Unfortunately it does not seem to work...

I installed ImageMagick-6.6.4-Q16 with headers an libs in my PC and opened the demo projects. Well, the button demo does not work, it crashes with an access violation at button.fillColor( textColor );. The flip Demo does work. I used all the settings from the demo projects for my project and I get the same effects. I can neither write an image, nor can I draw a list with Drawables. The only way to get something written, is to use writeImages() like in the flip demo. If I want to use the annotate() function, I get an image drawn with an address (e.g. 0x00000000: 70137800) instead of my text. Same thing happens in the Demo environment! Anybody knows what's wrong? Thanks for your help...

Regards,

schnitzel
schnitzel

Re: Strange Access Violation WinXP 32bit

Post by schnitzel »

Hi,

I solved it. - Of course I can NOT use the precompiled binaries for my Visual Studio 2005 project, because they've been compiled with VS 2010...I now compiled the ImageMagick source, and it works. Sorry for wasting your time ;)

cu

schnitzel
Post Reply