October 28th, 1999, 04:50 AM
How can I build a DLL which contains bitmap resources ??
|
Click to See Complete Forum and Search --> : Put bitmaps into DLL October 28th, 1999, 04:50 AM How can I build a DLL which contains bitmap resources ?? Lothar Haensler October 28th, 1999, 07:49 AM write a resource-Only DLL. you need a RC (the resource compiler) and link.exe from VC. Then, at runtime use LoadLibrary and LoadResource API calls codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |