Changeset 130 in dev
- Timestamp:
- Jun 2, 2007, 12:04:45 PM (17 years ago)
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
BasicCompiler32/Compile_Func.cpp
r117 r130 351 351 352 352 // TODO: 取り除く(この動きはObjPtrに託す) 353 /* 353 354 if( beforeType == DEF_OBJECT && lstrcmpi( Parameter, "This" ) != 0 ){ 354 355 //参照をオブジェクトポインタに変更 … … 358 359 359 360 SetError(-120,NULL,cp); 360 } 361 }*/ 361 362 } 362 363 void Opcode_Func_ObjPtr( const char *Parameter, Type &resultType, bool isCallOn ){ -
BasicCompiler64/Compile_Func.cpp
r117 r130 198 198 199 199 // TODO: 取り除く(この動きはObjPtrに託す) 200 /* 200 201 if( beforeType == DEF_OBJECT && lstrcmpi( Parameter, "This" ) != 0 ){ 201 202 //参照をオブジェクトポインタに変更 … … 205 206 206 207 SetError(-120,NULL,cp); 207 } 208 }*/ 208 209 } 209 210 void Opcode_Func_ObjPtr( const char *Parameter, Type &resultType, bool isCallOn ){ -
BasicCompiler_Common/common.h
r128 r130 47 47 48 48 #ifdef _AMD64_ 49 #define VER_INFO "(x64) β rev.255"49 #define VER_INFO "(x64) CP4(rev.265)" 50 50 #else 51 #define VER_INFO " β rev.255"51 #define VER_INFO "CP4(rev.265)" 52 52 #endif 53 53 -
ProjectEditor/Common.h
r125 r130 66 66 #define APPLICATION_NAME "ActiveBasic 5.0" 67 67 #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)" 69 69 70 70 #endif -
res/res.rc
r119 r130 472 472 BEGIN 473 473 DEFPUSHBUTTON "閉じる",IDCANCEL,182,215,50,14 474 ICON IDI_MAIN,IDC_STATIC,29,21,20,2 1475 LTEXT "Copyright(C) 1999-200 6Discoversoft",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, 476 476 111,8 477 477 LTEXT "ActiveBasic",IDC_STATIC_NAME,52,24,127,8
Note:
See TracChangeset
for help on using the changeset viewer.