I tryed to compile the spinlock sample code of the Oney's book with .NET.
2002 and with Whidbey C++ Express
The compiler complains though:
DriverEntry.obj : error LNK2019: unresolved external symbol
@__security_check_cookie@4 referenced in function "long __stdcall
AddDevice(struct _DRIVER_OBJECT *,struct _DEVICE_OBJECT *)"
(?AddDevice@@YGJPAU_DRIVER_OBJECT@@PAU_DEVICE_OBJECT@@@Z)
objchk_wxp_x86\i386\spinlock.sys : fatal error LNK1120: 1 unresolved
externals
I'd be grateful if You could explain me.
Regards.