Hello,
I don't know how to create DLL with only images inside.
Is there a sample in FWH package ?
Regards.
Badara Thiam
http://www.icim.fr
http://www.icim.fr
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"Hi Mr RAMESHBABU,
Your explanation has help me to understand all the way.
Thank you.
Regards.
Hi Mr.Badara,
It is nice to hear.
Regards,