News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests

Main Menu

PixelFormat32bppRGB

Started by wind, April 28, 2020, 10:59:39 PM

Previous topic - Next topic

wind

while trying Siekmanski's GDIplus sample, https://masm32.com/board/index.php?topic=8483.msg92918#msg92918

found PixelFormat32bppRGB already defined as decimal number on line 25953 in windows.inc.

PixelFormat32bppRGB             EQU 22009


shouldn't it be a hex number?

PixelFormat32bppRGB             EQU 22009h

Siekmanski

Creative coders use backward thinking techniques as a strategy.