DLL bitmap
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
Hi Does anyone know how to create a dll to store /retrieve bmp's? Best Wishes, ez_way
-
Hi Does anyone know how to create a dll to store /retrieve bmp's? Best Wishes, ez_way
Create the DLL as a resource-only DLL. This article[^] in the MSDN should help. I found it using the search term "resource-only DLL" (quotes included). There's another article on the same topic that is VC6-specific, if that's what you're using.
Software Zen:
delete this;