Thank You very much,
I tested from this topic, but the RC-files are not included.
Because it will be a large appl. with many resources, I have to split them.
The old release, I used DLL's. Now I want to convert to RC-files
I still remember another solution, merging the RC-files.
I have to add :
PFLEGE_0.rc
PFLEGE_1.rc
PFLEGE_2.rc
PFLEGE_3.rc
PFLEGE_4.rc
to be included in PFLEGEPL.exe
Tested ( just the beginning ) :
The PRG's
PRG = \
PFLEGEPL.PRG \ => uses PFLEGE_0.res
NETWORK.PRG \
COLORS.PRG => uses PFLEGE_1.res
...
...
IF EXIST PFLEGE_0.res echo PFLEGE_0.res + >> b32.bc
$(BCDIR)\bin\ilink32 -Gn -aa -Tpe -s @b32.bc
IF EXIST PFLEGE_1.res echo PFLEGE_1.res >> b32.bc
$(BCDIR)\bin\ilink32 -Gn -aa -Tpe -s @b32.bc
what happens at the bottom ?
PFLEGE_0.res : PFLEGE_0.rc
$(BCDIR)\bin\brc32.exe -r PFLEGE_0.rc
best regards
Uwe 