On Friday, 17 August 2018 at 20:27:05 UTC, Tofu Ninja wrote:
Its this part that fails... always returns null

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


I there any way to see why Runtime.loadLibrary is failing? It just returns null on error which is not very helpful.

Reply via email to