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

Popular posts from this blog

Magento/PHP - Get phones on all members in a customer group -

php - Bypass Geo Redirect for specific directories -

php - .htaccess mod_rewrite for dynamic url which has domain names -