Pelles C forum

Pelles C => Bug reports => Topic started by: TimoVJL on March 07, 2017, 10:07:47 AM

Title: [FIXED 9.0] porc control id
Post by: TimoVJL on March 07, 2017, 10:07:47 AM
If someone use in DIALOGEX
Code: [Select]
CONTROL "Name:", -1, "Static", WS_GROUP, 0, 4, 28, 8with porc that -1 is in .res-file 0000FFFFh

and with MS rc.exe it is FFFFFFFFh

In DLGITEMTEMPLATEEX id is defined as DWORD   id;

EDIT: fixed in 9.0