#ifndef _CAPDEMO_RH
#define _CAPDEMO_RH#define IDM_CAPTUREMENU
#define CM_EXIT          101
#define CM_ENTIRESCREEN  201
#define CM_ACTIVEWINDOW  202
#define CM_ACTIVECLIENT  203
#define CM_CAPTURE       204
#define IDI_APPICON      1000#endifE:\holyelle\jietu\capdemo.rh(13) : fatal error RC1004: unexpected end of file found

解决方案 »

  1.   

    你不应该把资源id的定义放在#ifndef #endif语句框中,如果改成这样或许就好了。#define IDM_CAPTUREMENU
    #define CM_EXIT          101
    #define CM_ENTIRESCREEN  201
    #define CM_ACTIVEWINDOW  202
    #define CM_ACTIVECLIENT  203
    #define CM_CAPTURE       204
    #define IDI_APPICON      1000#ifndef _CAPDEMO_RH
    #define _CAPDEMO_RH
    #endif
      

  2.   

    kspeng(小二) (  ) 
    说的有道理