I am trying to build the a sample driver but i am getting these problem
ntry.obj : error LNK2001: unresolved external symbol
__imp__IoCreateSymbolicLink
entry.obj : error LNK2001: unresolved external symbol __imp__IoCreateDevice
entry.obj : error LNK2001: unresolved external symbol __imp__IoDeleteDevice
entry.obj : error LNK2001: unresolved external symbol
__imp__IoDeleteSymbolicLink
functions.obj : error LNK2001: unresolved external symbol
__imp__MmMapLockedPagesSpecifyCache
LIBCD.lib(crt0.obj) : error LNK2001: unresolved external symbol _main
release\driver.sys : fatal error LNK1120: 6 unresolved externals
Error executing link.exe.]
though through Depends i have noticed these symbol are defined in
ntoskrnl.lib, i have includes that in project but facing same problem again
and agin.
could any buddy help me to build my first driver
thanks
--
With Regards
Alok Gupta
Visit me at http://alok.bizhat.com
"I think this will Help"