VC V9 question

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.
Post Reply
teebe
Posts: 20
Joined: 2011-04-30T04:34:28-07:00
Authentication code: 8675308

VC V9 question

Post by teebe »

Hi,
hi, using Windows source distribution and compiling I found msg's in out log like this:

Code: Select all

169> WINVER not defined. Defaulting to 0x0600 (Windows Vista)
Can someone tell how to change default WINVER from 0x600 to 0x501 in MVC 2008?
Also, there are warnings from CORE_jp2, CORE_lcms, CORE_libxml, CORE_ttf, CORE_wmf and IM_MOD_tiff but no errors. Can this be harmful?
Cheers.
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: VC V9 question

Post by magick »

Add a WINVER define to ImageMagick-6.7.0-4\magick\nt-base.h.
Post Reply