MayGarden

error LNK2001

Searching for \'PathFileExists\'...
F:\ElecRoc2\SourceCode\PJTP\ColorPrnParam\ParamSet.cpp(959):  if (!name.IsEmpty() && PathFileExists(name))
F:\ElecRoc2\SourceCode\PJTP\ColorPrnParam\ParamSet.cpp(1153):  else if (!name.IsEmpty() && !PathFileExists(name))
F:\ElecRoc2\SourceCode\PJTP\ColorPrnParam\ParamSet.cpp(1680):  if (!name.IsEmpty() && PathFileExists(name))
Cannot open file \'F:\ElecRoc2\SourceCode\PJTP\ColorPrnParam\ProofE.ncb\'.
F:\ElecRoc2\SourceCode\PJTP\ColorPrnParam\ProofE.plg(75):ParamSet.obj : error LNK2001: unresolved external symbol __imp__PathFileExistsA@4
4 occurrence(s) have been found.

 

solution:

Header shlwapi.h
Import library shlwapi.lib

Project Settings:

Link:

Object/library modules: shlwapi.lib

 

分类:

技术点:

相关文章:

  • 2021-10-27
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-30
  • 2021-08-30
  • 2021-07-19
猜你喜欢
  • 2021-10-10
  • 2022-02-02
  • 2021-12-10
  • 2021-11-23
  • 2022-02-06
  • 2022-12-23
  • 2022-03-06
相关资源
相似解决方案