www.digitalmars.com Home | Search | C & C++ | D | DMDScript | News Groups | index | prev | next
Archives

D Programming
D
D.gnu
digitalmars.D
digitalmars.D.bugs
digitalmars.D.dtl
digitalmars.D.dwt
digitalmars.D.announce
digitalmars.D.learn
digitalmars.D.debugger

C/C++ Programming
c++
c++.announce
c++.atl
c++.beta
c++.chat
c++.command-line
c++.dos
c++.dos.16-bits
c++.dos.32-bits
c++.idde
c++.mfc
c++.rtl
c++.stl
c++.stl.hp
c++.stl.port
c++.stl.sgi
c++.stlsoft
c++.windows
c++.windows.16-bits
c++.windows.32-bits
c++.wxwindows

digitalmars.empire
digitalmars.DMDScript

c++.windows.32-bits - RCC does not accepts splitted lines

Hi,

I have noticed that RCC resource compiler does not accepts splitted lines 
while very outdated resource compiler from free Borland does. For example 
when I use Borland's BRC32.EXE I can have line following line in RC file:

PUSHBUTTON  "&Remove File",IDC_DELETEFILE,298,68,48,14,0,
            WS_EX_CLIENTEDGE

but in RCC in Digital Mars I need all in one line:

PUSHBUTTON  "&Remove File",IDC_DELETEFILE,298,68,48,14,0, WS_EX_CLIENTEDGE

But for some strange reason it does not happen in every case. For example 
following line works fine:

CONTROL     "Reload on &startup",IDC_RELOADQUEUE,"Button",
            BS_AUTOCHECKBOX | WS_TABSTOP,14,179,80,10

Any help ?

Wlodzimierz Skiba
May 13 2003