Re: shlwapi.dll



"Thorsten Albers" <albersNO@xxxxxxxxxxxxxxxxxxx> wrote in message
news:01c622c1$30499900$defefad9@xxxxxxxxxxx
> The SHLWAPI.DLL isn't a library of the 'standard' Windows API, i.e. it
> isn't in memory by default. You have to load and map it to your
> application's memory by using LoadLibrary() or LoadLibraryEx() before
using
> GetProcAddress() (don't forget to call FreeLibrary() later).

Thanx.
Loading the library worked.

> With a Declare statement this is not necessary because VB loads (and
frees)
> the library for you.

This did not work.


.



Relevant Pages

  • Re: fps modding
    ... > Yeah the memory usage used to be really high for no reason - but they've ... hl2 without it bothering to log in and such. ... one can't expect new games to load as ... >> rebuild and load a map. ...
    (comp.games.development.programming.misc)
  • Re: shlwapi.dll
    ... isn't in memory by default. ... You have to load and map it to your ... application's memory by using LoadLibraryor LoadLibraryEx() before using ... Thorsten Albers ...
    (microsoft.public.vb.winapi)
  • Re: Representation of objects
    ... I just started making a roguelike in Java, and like a fool I started ... Since one Map has a few thousand ... memory error from the JVM. ... Another standard approach, for seamlessly connected maps, is to only load the "area", or, if the whole word is seamlessly connected, to load the 8 surrounding cells. ...
    (rec.games.roguelike.development)
  • Re: shlwapi.dll
    ... > isn't in memory by default. ... You have to load and map it to your ... > application's memory by using LoadLibraryor LoadLibraryEx() before ... Thorsten Albers ...
    (microsoft.public.vb.winapi)
  • Re: shlwapi.dll
    ... to use the Unicode variety, ... > isn't in memory by default. ... You have to load and map it to your ... > application's memory by using LoadLibraryor LoadLibraryEx() before ...
    (microsoft.public.vb.winapi)