已经包含了shlwapi.lib了,可是还有问题SearchFile.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) int __cdecl _findclose(long)" (__imp_?_findclose@@YAHJ@Z)
SearchFile.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) int __cdecl _findnext(long,struct _finddata_t *)" (__imp_?_findnext@@YAHJPAU_finddata_t@@@Z)
SearchFile.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) long __cdecl _findfirst(char const *,struct _finddata_t *)" (__imp_?_findfirst@@YAJPBDPAU_finddata_t@@@Z)
请问如何解决