shared library loader (wrapper for GetProcAddress & Co)

Andrej Mitrovic andrej.mitrovich at gmail.com
Tue Jan 25 09:47:34 PST 2011


I don't think there are any, searching for GetProcAddress only returns
loader.d which seems to be an old module for loading executables but
probably unrelated to DLLs (?).

There's dll_helper.d in druntime\src\core\ but it only has some TLS
workaround features.

I've found some good solutions for loading DLLs in the Derelict and
DSFML projects though.


More information about the Digitalmars-d-learn mailing list