Hello,
I don't know how to create DLL with only images inside.
Is there a sample in FWH package ?
Regards.
rem RC file to 32 bits resources DLL
bcc32 -c c:\fwh\dll\screen32.c
brc32 -r %1.rc
ilink32 /Tpd c:\bcc55\lib\c0d32.obj screen32.obj, %1.dll,,c:\bc55\lib\cw32.lib c:\bcc55\lib\import32.lib,, %1.res
echo done!
CARA1 BITMAP FILE "C:\FWH\BITMAPS\CARA1.BMP"
CARA2 BITMAP FILE "C:\FWH\BITMAPS\CARA2.BMP"
CARA3 BITMAP FILE "C:\FWH\BITMAPS\CARA3.BMP"
...
...
SET RESOURCES TO "YOURFILE.DLL"
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: No registered users and 48 guests