- Calling DLL from VXD
- Posted by Anshu on August 1st, 2003
hi!
i am writing a vxd to hook file i/o.
i want to call a dll function from my vxd.
i tried to use SHELL_CallDll,SHELL_LoadLibrary etc.
but i am getting link error
"unresolved external symbol _SHELL_CallDll"
"unresolved external symbol _SHELL_LoadLibrary"
i also tried to use PELDR_LoadLibrary
but iam getting same errors.
how do i link them properly?
thanks
Anshu
Similar Posts
- calling all videomakers (Desktops) by folioinfo@gmail.com
- I am calling you (Computers & Technology) by Dribbler
- Re: Calling all freaks... (Computers & Technology) by Kadaitcha Man
- Calling all freaks... (Computers & Technology) by Kadaitcha Man
- calling DLL in C# (Programming) by sugaray

