How can I build a DLL which contains bitmap resources ??
Printable View
How can I build a DLL which contains bitmap resources ??
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