Debug crash when using Visual Studio

Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
steveq

Re: Debug crash when using Visual Studio

Post by steveq »

Initially I did do that... but after playing with the code for a while, it became obvious that it was not necessary.

I don't know what it does, but I'm guessing that as long as ImageMagick is in your PATH, then you don't need to do this.

But as I say I'm not sure... as I say, either way, no I'm not calling that function.

Steve Q.
prebenh

Re: Debug crash when using Visual Studio

Post by prebenh »

Hi

I got it working. The NDEBUG I used conflicted with the compiled version that used _DEBUG (I guess). Or maybe the _MAGICKMOD_ thing destroyed stuff. I'm almost happy now.



Best regards
Preben Holm
steveq

Q

Post by steveq »

Hey Cool!

Glad you got it sorted!

If you figure out how to draw an ImageMagick image into a Picture Control... let me know!

CYA

Steve Q. :-)
Post Reply