Kernel mode DLL problem

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



In my driver, i call the function export by a kernel mode dll, while
this dll also include a kernel mode dll!

(Driver ==> kernel mode DLL(A) ==> kernel mode DLL(B)). Now when os
call the driver, the OS will blue screen.

The bugcheck is the kernel mode DLL does not have DriverEntry!

this is the message:

STOP: c0000263 {Driver Entry Point Not Found}
The \SystemRoot\System32\DRIVERS\vtminivt.sys device driver could not
locate the entry point _vsnwprintf in driver ntoskrnl.exe.
Break instruction exception - code 80000003 (first chance)

I must keep this calling relation(Must keep the two DLL)

Does any body know how to solve this problem? Thanks very much
.



Relevant Pages

  • Re: About kernal mode DLL calling problem
    ... It says that the missing function is "_vsnwprintf" in ntoskrnl.exe ... The bugcheck is the kernel mode DLL does not have DriverEntry! ... c0000263 {Driver Entry Point Not Found} ...
    (microsoft.public.win32.programmer.kernel)
  • Re: About kernal mode DLL calling problem
    ... This posting is provided "AS IS" with no warranties, ... The bugcheck is the kernel mode DLL does not have DriverEntry! ... c0000263 {Driver Entry Point Not Found} ...
    (microsoft.public.win32.programmer.kernel)
  • Re: About kernal mode DLL calling problem
    ... Please do not send e-mail directly to this alias. ... The bugcheck is the kernel mode DLL does not have DriverEntry! ... c0000263 {Driver Entry Point Not Found} ...
    (microsoft.public.win32.programmer.kernel)
  • Re: About kernal mode DLL calling problem
    ... It says that the missing function is "_vsnwprintf" in ntoskrnl.exe ... The bugcheck is the kernel mode DLL does not have DriverEntry! ... c0000263 {Driver Entry Point Not Found} ...
    (microsoft.public.win32.programmer.kernel)
  • About kernal mode DLL calling problem
    ... In my driver, i call the function export by a kernel mode dll, while ... c0000263 {Driver Entry Point Not Found} ... I must keep this calling relation ...
    (microsoft.public.win32.programmer.kernel)