LoadLibraryEx (as datafile) and MorIcons.dll - extracting icons



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



.



Relevant Pages

  • Re: Wireless RADIUS Certificates and Pocket PC - Am I Close?
    ... for Owen to include in his resource. ... Trouble is I have heaps of other things ... budget) at some point and get a PocketPC device. ...
    (microsoft.public.windows.server.sbs)
  • Re: Task Usage / Resource Usage Zero Hours
    ... No trouble. ... The regular responders to ... I am trying to use Task Usage and Resource Usage views to ... individual resource assignments during the duration of the task. ...
    (microsoft.public.project)
  • Re: Code Against Exchange 2003 with vb.net
    ... The Rizzo book is a very good resource, ... out of trouble many times so far. ... usually get great answers from Sue Mosher) ...
    (microsoft.public.exchange.development)
  • Re: unit testing advice
    ... I have trouble getting past the concept of "generating a resource", ... Fielding's dissertation and you've piqued my interest. ... had to laugh when the link from your blog post ...
    (comp.lang.ruby)
  • Re: Basic Question
    ... You'll be in trouble with that one. ... There are two ways, and two corresponding reasons, to make tasks move. ... leveling is done to move tasks to eliminate resource ... but if I assign the same resource to the two ...
    (microsoft.public.project)

Loading