解决方案 »

  1.   

    #ifdef _DEBUG
    #undef THIS_FILE
    static char THIS_FILE[] = __FILE__;
    #endif// __FILE__ is one of the six predefined ANSI C macros that the 
    // compiler recognizes. 不应该错, 可能 是 哪个 h 文件 里 有错误
      

  2.   

    "F:\vc-works\image\imageView.cpp(14) : error C2258: illegal pure syntax, must be '= 0'"
    是哪个头文件问题 ,你一个一个头文件 注释掉 看看
      

  3.   

    我觉得你是不是用了别人的一个工程,用新版本ide打开以后出了这么多问题,这些问题又不是很典型的,还需要结合环境进行修改