[EMAIL PROTECTED] (David Coe) wrote on 19.12.01 in <[EMAIL PROTECTED]>:
> Here's the relevant chunk of that file (tree-w32/oobr.rc). It's for a > platform we don't build on (win32), and is written in a programming > language I don't recognize (indented two spaces here, but otherwise > unchanged): > > > IDD_ABOUT DIALOGEX 40, 24, 186, 94 > STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU > CAPTION "About OO Browser" > FONT 8, "MS Sans Serif" > BEGIN > DEFPUSHBUTTON "OK",IDOK,129,7,50,14 > ICON IDI_OOBR,IDC_STATIC,7,7,20,20 > CTEXT "OO Browser Graphical Viewer\n\nCopyright (c) > ....\n\nMore legal stuff, stuff, stuff and stuff....", > IDC_STATIC,7,33,172,54,0,WS_EX_STATICEDGE END Looks like a typical input for the Resource Compiler. These usually are *.rc and compile into *.res. MfG Kai

