d:\my mfc\dd3\script2.rc(20) : error C2143: syntax error : missing ';' before 'constant'
d:\my mfc\dd3\script2.rc(20) : error C2501: 'LANGUAGE' : missing storage-class or type specifiers
d:\my mfc\dd3\script2.rc(20) : fatal error C1004: unexpected end of file found在编写窗口程序

解决方案 »

  1.   

    他指向的错误是:
    #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_CHS)
    #ifdef _WIN32
    LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_SIMPLIFIED
    #pragma code_page(936)
    #endif //_WIN32
      

  2.   

    有无法识别的标识符。
    大括号不对称,或者没有包含 stdafx.h多贴点上来,出错的行是什么?
      

  3.   

    出错行:LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_SIMPLIFIED
      

  4.   

    一般情况下,有语法错误而且提示是unexpected end of file found,应该不是逻辑的错误,再仔细查对一下匹配或是别的细节,会找到的。呵呵,加油哈。
      

  5.   

    我写的是窗口程序,,本想加载个menu的