在filespy下有几个文件夹,是lib,usr,user程序必须连接lib文件,但他们都是在ddk下编译的。
现在我想把user改成用VC来编译,但连接不了lib里面的函数,出现下面的错误
1>fspyLog.obj : error LNK2019: unresolved external symbol _GetIrpName referenced in function _PrintIrpCode
1>fspyLog.obj : error LNK2019: unresolved external symbol _GetFastioName referenced in function _PrintFastIoType
1>fspyLog.obj : error LNK2019: unresolved external symbol _GetFsFilterOperationName referenced in function _PrintFsFilterOperation