Discussion:
MagickCore.h missing include for nt header files
Roy Reapor
2011-10-04 01:22:08 UTC
Permalink
Hello,

Where can I submit a request to include windows related (nt-*) header files in MagickCore.h? A conditional include might be worthwhile. Thanks.
--snip--<
#include "magick/morphology.h"
#if defined (MAGICKCORE_WINDOWS_SUPPORT)
#include "magick/nt-feature.h"
#endif
#include "magick/option.h"
--snip--<
-Roy
d***@imagemagick.org
2011-10-04 17:17:25 UTC
Permalink
Post by Roy Reapor
Where can I submit a request to include windows related (nt-*) header
The Windows methods are needed to support the MagickCore library. We don't
necessarily expose these methods as part of the public API. Which specific
nt-feature method do you intend to use?
Roy Reapor
2011-10-19 18:37:08 UTC
Permalink
I thought I needed to use the ImageToHBITMAP() method to paint the image onto a CWnd. But I ended up converting the Imagemagick image to an rgb buffer and building up a bitmap that way. Thanks.

-Roy

-----Original Message-----
From: ***@imagemagick.org [mailto:***@imagemagick.org]
Sent: Tuesday, October 04, 2011 10:17 AM
To: magick-***@imagemagick.org; Roy Reapor
Subject: Re: [Magick-bugs] MagickCore.h missing include for nt header files
Post by Roy Reapor
Where can I submit a request to include windows related (nt-*) header
The Windows methods are needed to support the MagickCore library. We don't
necessarily expose these methods as part of the public API. Which specific
nt-feature method do you intend to use?

Loading...