I cant load kernel32 native dll ...
why ?
WINEDLLOVERRIDES="kernel32=n" wine sgp.exe
Can I load kernel32 native dll ?
Re: Can I load kernel32 native dll ?
From Chapter 3 of the Wine User Guide:xekhz wrote:I cant load kernel32 native dll ...
why ?
WINEDLLOVERRIDES="kernel32=n" wine sgp.exe
http://winehq.org/site/docs/wineusr-gui ... -OVERRIDESThere are four DLL's you should never try to use the native versions of: kernel32.dll, gdi32.dll, user32.dll, and ntdll.dll. These libraries require low-level Windows kernel access that simply doesn't exist within Wine.