Hi all,
how can I convert more .rc files in a single .dll file ?
Thanks in advance
rem RC file to 32 bits resources DLL
rem syntax: rc2dll32.bat Your_rc_file !!! without the .RC extension
DEL PCASW32.DLL
DEL PCASW32.RES
DEL PCASW32.RC
COPY *.RC PCASW32.RC
C:\BORLAND\BCC55\BIN\bcc32 -c c:\fwh904\dll\screen32.c
C:\BORLAND\BCC55\BIN\brc32 -r %1.rc
C:\BORLAND\BCC55\BIN\ilink32 /Tpd c:\borland\bcc55\lib\c0d32.obj screen32.obj, %1.dll,,c:\borland\bcc55\lib\cw32.lib c:\borland\bcc55\lib\import32.lib,, %1.res
del *.iL?
del *.map
del *.obj
:del *.res
del *.tds
echo done!
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: No registered users and 91 guests