Can not call kernel mode dll ?

Hi, gurus:
I write a kernel mode dll and a test kernel mode sys file
according the osronline document “Writing Kernel Mode DLLs” (The NT
inside 1997).

The kernel mode dll can be loaded when I set the property rigister
entry and restart the computer. But the Test kernel mode driver CAN
NOT be loaded when I restart the computer. If I comment all the
statements which call kernel mode dll functions, the test sys file
work fine.

I guess that the test driver cannot link to the KM dll when it was
loading and it failed to be loaded by os, but why? thx for all
reply:-)

-L

KM DLLs require no registry entries. They are loaded automatically by
import resolution in another SYS file.

Maxim Shatskih, Windows DDK MVP
StorageCraft Corporation
xxxxx@storagecraft.com
http://www.storagecraft.com

----- Original Message -----
From: “leo”
To: “Windows System Software Devs Interest List”
Sent: Monday, June 13, 2005 10:59 AM
Subject: [ntdev] Can not call kernel mode dll ?

Hi, gurus:
I write a kernel mode dll and a test kernel mode sys file
according the osronline document “Writing Kernel Mode DLLs” (The NT
inside 1997).

The kernel mode dll can be loaded when I set the property rigister
entry and restart the computer. But the Test kernel mode driver CAN
NOT be loaded when I restart the computer. If I comment all the
statements which call kernel mode dll functions, the test sys file
work fine.

I guess that the test driver cannot link to the KM dll when it was
loading and it failed to be loaded by os, but why? thx for all
reply:-)

-L


Questions? First check the Kernel Driver FAQ at
http://www.osronline.com/article.cfm?id=256

You are currently subscribed to ntdev as: unknown lmsubst tag argument: ‘’
To unsubscribe send a blank email to xxxxx@lists.osr.com