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



"R.Wieser" <address@xxxxxxxxxxxxx> wrote in message
news:eVQqN14XFHA.2540@xxxxxxxxxxxxxxxxxxxxxxx
> 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).

Well, how does it fail?

Immediately after the failing LoadLibraryEx() call, call GetLastError() and
look up the code in <winerror.h>. If it doesn't ring a bell with you, post
the code here, and someone should be able to explain it to you.

Regards,
Will


.



Relevant Pages

  • Re: Converting a DS to .csv
    ... Iterate the dataset and place a comma after each item ... For the file, simply write it out in create mode, if it fails, it's because ... Generate a DS from a SQL pull of a single table. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Does split modify $_ ?
    ... > use warnings; ... > seperator and stored the contents in an array. ... My IF check fails ... You 'while' statement does not both iterate over the lines in the file ...
    (comp.lang.perl.misc)
  • Re: Devices and GUIDs
    ... Phil Barila wrote: ... From what I know of that you can just iterate ... Prev by Date: ...
    (microsoft.public.development.device.drivers)

Loading