今天打开一个老旧的项目,需要用VC6编译的,源码下载之后,编译出问题:

fatal error C1083:Cannot open include file: 'Gdiplus.h': No such file or directory

拷贝相应的gdiplus.h文件到指定目录中也不行,查看属性设置的一些路径也没问题

VS中fatal error C1083:Cannot open include file: 'Gdiplus.h': No such file or directory

查资料的时候突然想到附加库的目录不知道有没有配置。打开菜单:工具-选项-目录,

VS中fatal error C1083:Cannot open include file: 'Gdiplus.h': No such file or directory

还真是没有添加对应的路径,添加上Include files的目录和Library files的目录之后,编译通过啦

VS中fatal error C1083:Cannot open include file: 'Gdiplus.h': No such file or directory

相关文章:

  • 2021-07-30
  • 2021-05-01
  • 2021-05-30
  • 2021-08-08
  • 2022-12-23
  • 2021-08-25
  • 2021-08-25
  • 2022-01-27
猜你喜欢
  • 2022-02-22
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案