Changeset 130 in dev


Ignore:
Timestamp:
Jun 2, 2007, 12:04:45 PM (17 years ago)
Author:
dai_9181
Message:

CP4を刻印

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • BasicCompiler32/Compile_Func.cpp

    r117 r130  
    351351
    352352    // TODO: 取り除く(この動きはObjPtrに託す)
     353    /*
    353354    if( beforeType == DEF_OBJECT && lstrcmpi( Parameter, "This" ) != 0 ){
    354355        //参照をオブジェクトポインタに変更
     
    358359
    359360        SetError(-120,NULL,cp);
    360     }
     361    }*/
    361362}
    362363void Opcode_Func_ObjPtr( const char *Parameter, Type &resultType, bool isCallOn ){
  • BasicCompiler64/Compile_Func.cpp

    r117 r130  
    198198
    199199    // TODO: 取り除く(この動きはObjPtrに託す)
     200    /*
    200201    if( beforeType == DEF_OBJECT && lstrcmpi( Parameter, "This" ) != 0 ){
    201202        //参照をオブジェクトポインタに変更
     
    205206
    206207        SetError(-120,NULL,cp);
    207     }
     208    }*/
    208209}
    209210void Opcode_Func_ObjPtr( const char *Parameter, Type &resultType, bool isCallOn ){
  • BasicCompiler_Common/common.h

    r128 r130  
    4747
    4848#ifdef _AMD64_
    49 #define VER_INFO        "(x64) β rev.255"
     49#define VER_INFO        "(x64) CP4(rev.265)"
    5050#else
    51 #define VER_INFO        "β rev.255"
     51#define VER_INFO        "CP4(rev.265)"
    5252#endif
    5353
  • ProjectEditor/Common.h

    r125 r130  
    6666#define APPLICATION_NAME "ActiveBasic 5.0"
    6767#define VERSION_APPLI_NAME APPLICATION_NAME
    68 #define VERSION_STRING "5.00.00 β rev.248"
     68#define VERSION_STRING "5.00.00 CP4(rev.265)"
    6969
    7070#endif
  • res/res.rc

    r119 r130  
    472472BEGIN
    473473    DEFPUSHBUTTON   "閉じる",IDCANCEL,182,215,50,14
    474     ICON            IDI_MAIN,IDC_STATIC,29,21,20,21
    475     LTEXT           "Copyright(C) 1999-2006 Discoversoft",IDC_STATIC,28,56,
     474    ICON            IDI_MAIN,IDC_STATIC,29,21,20,20
     475    LTEXT           "Copyright(C) 1999-2007 Discoversoft",IDC_STATIC,28,56,
    476476                    111,8
    477477    LTEXT           "ActiveBasic",IDC_STATIC_NAME,52,24,127,8
Note: See TracChangeset for help on using the changeset viewer.