Hi,
I'm writing an Input Method DLL which will load Java VM by LoadLibrary("....\jvm.dll");
The JVM loading call is fine in Store Apps of Windows 8.1 & 10, but it fails in Windows 8 when wwahost.exe loads my IME dll, and the last error code after LoadLibrary("....\jvm.dll") is 998 (ERROR_NOACCESS).
Could somebody shed a bit of light on that?