Click here to Skip to main content
15,910,862 members
Home / Discussions / Hardware & Devices
   

Hardware & Devices

 
QuestionBuild a DLL with DDK Pin
Member 41248731-Mar-08 3:41
Member 41248731-Mar-08 3:41 
GeneralRe: Build a DLL with DDK Pin
JudyL_MD3-Mar-08 2:23
JudyL_MD3-Mar-08 2:23 
GeneralRe: Build a DLL with DDK Pin
Member 41248733-Mar-08 8:14
Member 41248733-Mar-08 8:14 
GeneralRe: Build a DLL with DDK Pin
JudyL_MD3-Mar-08 8:43
JudyL_MD3-Mar-08 8:43 
GeneralRe: Build a DLL with DDK Pin
Member 412487322-Mar-08 0:18
Member 412487322-Mar-08 0:18 
GeneralRe: Build a DLL with DDK Pin
JudyL_MD24-Mar-08 4:05
JudyL_MD24-Mar-08 4:05 
GeneralRe: Build a DLL with DDK Pin
Member 412487324-Mar-08 4:43
Member 412487324-Mar-08 4:43 
GeneralRe: Build a DLL with DDK Pin
JudyL_MD24-Mar-08 5:18
JudyL_MD24-Mar-08 5:18 
Member 4124873 wrote:
TARGETLIBS = C:\VirtualDiskTools\lib\ntdll.lib


ntdll.lib is part of the ddk, not part of your project. You'd use something like $(DDK_LIB_PATH)\ntdll.lib in your TARGETLIBS statement. However, looking at your output, you're missing some very common functions like ExAllocatePoolWithTag. I'm concerned that your sources file is messed up since you're not picking up the libs that contain those common functions. Compare it with a sources file that builds a dll in the ddk examples.

Judy
Generalrobotics..... Pin
kanza azhar29-Feb-08 6:24
kanza azhar29-Feb-08 6:24 
GeneralRe: robotics..... Pin
Paul Conrad7-Mar-08 14:29
professionalPaul Conrad7-Mar-08 14:29 
AnswerRe: robotics..... Pin
M.Nouri10-Mar-08 4:22
M.Nouri10-Mar-08 4:22 
GeneralRe: robotics..... Pin
kanza azhar10-Mar-08 5:27
kanza azhar10-Mar-08 5:27 
AnswerRe: robotics..... Pin
M.Nouri10-Mar-08 18:41
M.Nouri10-Mar-08 18:41 
GeneralRe: robotics..... Pin
kanza azhar11-Mar-08 3:16
kanza azhar11-Mar-08 3:16 
AnswerRe: robotics..... Pin
M.Nouri11-Mar-08 3:33
M.Nouri11-Mar-08 3:33 
GeneralRe: robotics..... Pin
kanza azhar5-Apr-08 8:37
kanza azhar5-Apr-08 8:37 
GeneralRe: robotics..... Pin
M.Nouri5-Apr-08 22:31
M.Nouri5-Apr-08 22:31 
GeneralExtra driver entries viewed in device manager (with yellow exclamation mark) Pin
Manasi D28-Feb-08 18:28
Manasi D28-Feb-08 18:28 
GeneralRe: Extra driver entries viewed in device manager (with yellow exclamation mark) Pin
fat_boy6-Mar-08 7:22
fat_boy6-Mar-08 7:22 
GeneralRe: Extra driver entries viewed in device manager (with yellow exclamation mark) Pin
Manasi D7-Mar-08 1:52
Manasi D7-Mar-08 1:52 
GeneralRe: Extra driver entries viewed in device manager (with yellow exclamation mark) Pin
fat_boy7-Mar-08 2:04
fat_boy7-Mar-08 2:04 
GeneralComputer Not Booting.... Pin
aj.esler27-Feb-08 12:14
aj.esler27-Feb-08 12:14 
GeneralRe: Computer Not Booting.... Pin
Sebastian Schneider27-Feb-08 22:36
Sebastian Schneider27-Feb-08 22:36 
AnswerRe: Computer Not Booting.... Pin
M.Nouri12-Mar-08 1:44
M.Nouri12-Mar-08 1:44 
GeneralRe: Computer Not Booting.... Pin
M.Nouri12-Mar-08 3:31
M.Nouri12-Mar-08 3:31 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.