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



William DePalo [MVP VC++] <willd.no.spam@xxxxxxxx> schreef in berichtnieuws
OHMdRaYYFHA.2520@xxxxxxxxxxxxxxxxxxxxxxx

Hello William,

> "R.Wieser" <address@xxxxxxxxxxxxx> wrote in message
> news:eVvs3sWYFHA.2948@xxxxxxxxxxxxxxxxxxxxxxx
> > Sorry, there seems to be not 16-bit LoadLibrary function available (as
far
> > as I can see in the header-files I've got ...
>
> LoadLibrary() has been a part of the Windows API since version 2.something
> of more than a dozen years ago.

Yes, I (ofcourse) found that entry too. Alas, the function description
starts with the lines :
"<lpLibFileName>
Points to a null-terminated string that names the Win32 module (either a
..DLL or .EXE file)."
And somehow that makes me think that this function does not like 16-bit
modules either ... :-)

[Snip]

> I think you are missing the point make that there are multiple standards.
> You can access those files as well as Windows can or anything else can.

I beg to differ ...

> All you need to do is make the access in a 16 bit application that
> makes use of the 16 bit API.

.... that's what I call a(n unpractical) "work-around".

Furthermore, as mentioned in the above, there seems to be no 16-bit
"LoadLibrary" available (Can't find it in any of my include-files, or other
documents I have).

Thanks for your response though.

Regards,
Rudy Wieser


.