Load D shared library on windows x64

Tofu Ninja joeyemmons at yahoo.com
Fri Aug 17 20:27:05 UTC 2018


Its this part that fails... always returns null

HMODULE h = cast(HMODULE) Runtime.loadLibrary(dllName);
if (h is null) {
	writeln("error loading");
	return;
}




More information about the Digitalmars-d-learn mailing list