Changeset 65 in dev


Ignore:
Timestamp:
Mar 8, 2007, 4:45:58 AM (17 years ago)
Author:
dai_9181
Message:

バージョンをβ14にした。

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • BasicCompiler32/Compile_Var.cpp

    r64 r65  
    2525        *pType = PTR_LEVEL_DOWN( *pType );
    2626
    27         i2=GetTypeSize(*pType,-1);
     27        i2=GetTypeSize(*pType,lpIndex);
    2828        if(i2>=2){
    2929            //imul ebx,i2
  • BasicCompiler64/Compile_Var.cpp

    r64 r65  
    4343        *pType = PTR_LEVEL_DOWN( *pType );
    4444
    45         i2=GetTypeSize(*pType,-1);
     45        i2=GetTypeSize(*pType,lpIndex);
    4646        if(i2>=2){
    4747            //imul reg,i2
  • BasicCompiler_Common/common.h

    r64 r65  
    4343
    4444#ifdef _AMD64_
    45 #define VER_INFO        "β13 (x64)"
     45#define VER_INFO        "β14 (x64)"
    4646#else
    47 #define VER_INFO        "β13"
     47#define VER_INFO        "β14"
    4848#endif
    4949
  • BasicCompiler_Common/error.cpp

    r64 r65  
    291291    }
    292292
    293 #ifndef _DEBUG
    294     if(num==300){
    295         //内部エラー
    296         return;
    297     }
    298 #endif
    299 
    300293    if(!GetErrorMsg(num,KeyWord,temporary,pos)) return;
    301294
  • ProjectEditor/Common.h

    r61 r65  
    5959#define APPLICATION_NAME "ActiveBasic 5.0"
    6060#define VERSION_APPLI_NAME APPLICATION_NAME
    61 #define VERSION_STRING "5.00.00 β13"
     61#define VERSION_STRING "5.00.00 β14"
    6262
    6363#endif
Note: See TracChangeset for help on using the changeset viewer.