I have ran a RunTime function _Strdate(), which retrieves
date in sd.c file compiled with Microsoft Compiler. It
ran properly. But when I linked that sd.obj file to my
driver, then it resolved those linker errors e.g., for
_strdate() function . the exec. file sd ran upto my
expect. . Before linking my driver with this sd.obj, my
driver ran upto my expect. Now after when I linked out
sd.obj to my kernel driver , It imported the _strdate()
into my driver, then my driver couldn't even load ???