Kernel mode DLL problem
- From: 江民 <dongy117@xxxxxxxxx>
- Date: Mon, 12 May 2008 03:50:45 -0700 (PDT)
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
.
- Follow-Ups:
- Re: Kernel mode DLL problem
- From: Doron Holan [MSFT]
- Re: Kernel mode DLL problem
- Prev by Date: serial ioctl problem
- Next by Date: Re: WDM USB driver trouble under vista
- Previous by thread: serial ioctl problem
- Next by thread: Re: Kernel mode DLL problem
- Index(es):
Relevant Pages
|