The MASM Forum
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
MASM32 Downloads
Home
Help
Search
Login
Register
The MASM Forum
»
Projects
»
MASM32
»
WINDOWS.INC Project
»
PixelFormat32bppRGB
« previous
next »
Print
Pages: [
1
]
Author
Topic: PixelFormat32bppRGB (Read 2309 times)
wind
Regular Member
Posts: 9
PixelFormat32bppRGB
«
on:
April 28, 2020, 10:59:39 PM »
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.
Code:
[Select]
PixelFormat32bppRGB EQU 22009
shouldn't it be a hex number?
Code:
[Select]
PixelFormat32bppRGB EQU 22009h
Logged
Siekmanski
Member
Posts: 2621
Re: PixelFormat32bppRGB
«
Reply #1 on:
April 28, 2020, 11:13:33 PM »
22009h is correct.
Logged
Creative coders use backward thinking techniques as a strategy.
Print
Pages: [
1
]
« previous
next »
The MASM Forum
»
Projects
»
MASM32
»
WINDOWS.INC Project
»
PixelFormat32bppRGB