Cantidad de archivos .RC

Cantidad de archivos .RC

Postby Compuin » Tue Apr 30, 2019 2:54 pm

Saludos

Cuantos archivos .RC puedo incluir en el .mak de mi aplicacion y si es posible, alguien me puede mostrar algun ejemplo?

Gracias de antemano
FWH 20.12
Hbmk2 32/64 Bits (Build 19.29.30133)
Microsoft Visual C 32 Bits
MySql 8.0.24 32/64 Bits
VS Code
Compuin
 
Posts: 1214
Joined: Tue Dec 28, 2010 1:29 pm
Location: Quebec, Canada

Re: Cantidad de archivos .RC

Postby Rick Lipkin » Sun May 05, 2019 3:47 pm

Compuin

If you are worried about too many .rc's you can use a simple CMD Dos COPY command and combine them all together into a single .RC

Code: Select all  Expand view

COPY *.RC MyRC32.RC
 


Then all you have to do is load the one file MyRC32.RC in your link list .. Rc files are text only and you can combine as many of them together as you like into a single monolithic RC file

Rick Lipkin
User avatar
Rick Lipkin
 
Posts: 2657
Joined: Fri Oct 07, 2005 1:50 pm
Location: Columbia, South Carolina USA

Re: Cantidad de archivos .RC

Postby Compuin » Sun May 05, 2019 5:07 pm

Rick Lipkin wrote:Compuin

If you are worried about too many .rc's you can use a simple CMD Dos COPY command and combine them all together into a single .RC

Code: Select all  Expand view

COPY *.RC MyRC32.RC
 


Then all you have to do is load the one file MyRC32.RC in your link list .. Rc files are text only and you can combine as many of them together as you like into a single monolithic RC file

Rick Lipkin


That's great!

Thanks a lot Mr. Rick
FWH 20.12
Hbmk2 32/64 Bits (Build 19.29.30133)
Microsoft Visual C 32 Bits
MySql 8.0.24 32/64 Bits
VS Code
Compuin
 
Posts: 1214
Joined: Tue Dec 28, 2010 1:29 pm
Location: Quebec, Canada


Return to FiveWin para Harbour/xHarbour

Who is online

Users browsing this forum: No registered users and 55 guests