LoadLibraryEx (as datafile) and MorIcons.dll - extracting icons
- From: "R.Wieser" <address@xxxxxxxxxxxxx>
- Date: Mon, 23 May 2005 13:52:50 +0200
Hello All,
I'm currently trying to create a program that will extract icons from a
given resource, and ran into some trouble : When I tried to extract icons
from "MorIcons.dll" (a DLL I know contains several icons) I couldn't ...
Cause : the "LoadLibraryEx" with the "LOAD_LIBRARY_AS_DATAFILE" option set
fails. (after the loading I'm using "EnumResourceNames" to iterate thru all
icon-resources).
Why can't this library not be loaded (yes, I know that that DLL is a
NE-style executable), and what can I do about it to enumerate it's resources
anyway.
Regards,
Rudy Wieser
.
- Follow-Ups:
- Re: LoadLibraryEx (as datafile) and MorIcons.dll - extracting icons
- From: William DePalo [MVP VC++]
- Re: LoadLibraryEx (as datafile) and MorIcons.dll - extracting icons
- Prev by Date: RE: WinHelp on W2003 SP1
- Next by Date: Drive's Media Type
- Previous by thread: Re: Help changing a shortcut
- Next by thread: Re: LoadLibraryEx (as datafile) and MorIcons.dll - extracting icons
- Index(es):
Relevant Pages
|
Loading