错误提示:
C:/Program Files/Microsoft SDKs/Windows/v6.0A// Include/PrSht.h(0)
error RC2247 : SYMBOL name too long




这个是rc文件配置的问题,从旧版本的VS工程转为2008时,aps文件不见了
所以在rc的文件头开始处添加(当然是在#include "resource.h"下面了):
#define APSTUDIO_HIDDEN_SYMBOLS
#include "windows.h"
#include "prsht.h"
#include "wtypes.h"
#undef APSTUDIO_HIDDEN_SYMBOLS

相关文章:

  • 2022-12-23
  • 2021-12-12
  • 2021-09-20
  • 2021-07-03
  • 2021-12-15
  • 2022-02-02
  • 2022-01-14
  • 2021-06-04
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-06-19
  • 2022-12-23
  • 2022-12-23
  • 2021-12-10
  • 2022-12-23
相关资源
相似解决方案