qq_26676945 2016-05-09 08:31 采纳率: 0%
浏览 1671

VC++6.0编译setup程序中出现的在commctrl.h中的错误

c:\program files (x86)\microsoft visual studio\vc98\include\commctrl.h(26) : error C2146: syntax error : missing ';' before identifier 'HRESULT'
c:\program files (x86)\microsoft visual studio\vc98\include\commctrl.h(26) : fatal error C1004: unexpected end of file found

求帮助。以下是程序http://blog.csdn.net/immcss/article/details/4802724

谢谢各位好人

  • 写回答

2条回答 默认 最新

  • threenewbee 2016-05-09 13:41
    关注
     #include <commctrl.h>
    #pragma comment(lib, "comctl32")
    
    加上这个看看
    
    评论

报告相同问题?