c - Visual Studio - ntoskrnl.exe cannot be found -
i'm writing windows dll , need functions wdm.h. i'm linking ntoskrnl.lib , compiles find no warnings or errors , when runs application, says cannot find ntoskrnl.exe. however, exe in c:\windows\system32 folder. going on?
the error confusing. doesn't mean can't find file, means can't load it. can't load ntoskrnl.exe in usermode because kernel mode dll. in fact kernel. loading again doesn't make sense. wdm.h not meant included user mode components.
Comments
Post a Comment