The MASM Forum Archive 2004 to 2012

Project Support Forums => IDE Development and Support => RadAsm Support Forum => Topic started by: 0ff on August 15, 2009, 10:18:24 PM

Title: option to save resources in a normal way ? :p
Post by: 0ff on August 15, 2009, 10:18:24 PM
Hi,

why do you save resources properties in hexadecimal ?

By example instead of STYLE DS_CENTER | WS_MINIMIZEBOX | WS_CAPTION | WS_SYSMENU
we will have 0x15000010, something like that in .rc files generated. It is very unconvenient to modify them manually :s

All the other IDE record resources properties like the 1st example.

And why can't we see a .bmp image inserted in a IDC_IMG control? And moreover it accepts .ico files only...
Title: Re: option to save resources in a normal way ? :p
Post by: KetilO on August 16, 2009, 08:00:51 PM
Hi Off

The only reason is simplicity coding it.

KetilO