Page 1 of 1

Strange Access Violation WinXP 32bit

Posted: 2010-10-07T00:59:35-07:00
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

Re: Strange Access Violation WinXP 32bit

Posted: 2010-10-07T02:47:36-07:00
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