jjzjj

PathRemoveFileSpecA

全部标签

c++ - 错误 LNK2001 : unresolved external symbol __imp__PathRemoveFileSpecA@4

我正在用我的备份程序用vc6.0编程。我包含了shlwapi.h、windows.h并且我使用了PathStripPath函数和PathRemoveFileSpec函数。当我遵守时,这条消息就出来了。BlackDlg.obj:errorLNK2001:unresolvedexternalsymbol__imp__PathStripPathA@4BlackDlg.obj:errorLNK2001:unresolvedexternalsymbol__imp__PathRemoveFileSpecA@4然后我删除了我的代码中的用法,这条消息就不会出现了。感谢您的快速推进。