Can I load kernel32 native dll ?

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
xekhz
Level 3
Level 3
Posts: 53
Joined: Fri Mar 14, 2008 11:37 am

Can I load kernel32 native dll ?

Post by xekhz »

I cant load kernel32 native dll ...
why ?

WINEDLLOVERRIDES="kernel32=n" wine sgp.exe
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: Can I load kernel32 native dll ?

Post by dimesio »

xekhz wrote:I cant load kernel32 native dll ...
why ?

WINEDLLOVERRIDES="kernel32=n" wine sgp.exe
From Chapter 3 of the Wine User Guide:
There 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.
http://winehq.org/site/docs/wineusr-gui ... -OVERRIDES
Locked