M
Markus Lemm
I am having a problem loading a bitmap from a dll. I have created the
dll in Visual Studio 6.0 and have loaded it. I use LoadLibrary to
load the dll and it creates a window, that I can draw to, but I can
not retrieve the bitmap from the dll. I have created the .rc and .def
files. The dll fails when I retrieve the internal bitmap. I can load
a bitmap from a seperate .bmp but I don't want to do this, I want the
bitmap that was added to the dll.
Any help would be greatly appreciated.
Markus Lemm
dll in Visual Studio 6.0 and have loaded it. I use LoadLibrary to
load the dll and it creates a window, that I can draw to, but I can
not retrieve the bitmap from the dll. I have created the .rc and .def
files. The dll fails when I retrieve the internal bitmap. I can load
a bitmap from a seperate .bmp but I don't want to do this, I want the
bitmap that was added to the dll.
Any help would be greatly appreciated.
Markus Lemm