在vs2015写驱动中使用RtlStringCchPrintfW,报错:
“
错误 LNK2019 无法解析的外部符号 RtlStringVPrintfWorkerW,该符号在函数 "long __cdecl RtlStringCchPrintfW(unsigned short *,unsigned __int64,unsigned short const *,...)" (?RtlStringCchPrintfW@@YAJPEAG_KPEBGZZ) 中被引用 ChuanKouFilter ...."”“
网上说在项目的sources文件中,添加一TARGETLIBS条目如下: $(DDK_LIB_PATH)\ntstrsafe.lib.
在vs2015中怎么操作啊!!求助大神啊!!!