|
From: Phillip S. <ps...@cf...> - 2001-11-10 18:32:09
|
At 07:13 PM 11/10/2001 +0100, you wrote: >The MS resouce compiler seems do this quietly. :-/ >The missing definition of IDC_STATIC solves a lot of problems. Now >LTEXT/RTEXT/CTEXT are okay. :-) Shouldn't IDC_STATIC be defined in defines.h or somewhere? >Please try the attached version of 'Script1.rc'. I removed the last >parameter of the FONT definitions of DIALOGEX dialogs. > >Another problem is a bitmap in IDD_DIALOG7. Windres doesn't like the name >'103' (without quotes). changing it to '"#103"' (without single quotes but >including double quotes) fixes the bug. Doesn't this give the resource a string identifier of "#103" instead of the integer identifier of 103? >The property dialogs don't appear within the tab-control. In the treeview >you can see that they are children of the desktop window instead of children >of the tab-control. I'll have a closer look at this. > >- Eric Kohl > ==================================================== = To remove yourself from this mailing list, go to = = http://www.reactos.com/home/mailing.html = ==================================================== |