Changeset 182 in dev for trunk/abdev/BasicCompiler_Common/BasicCompiler.cpp
- Timestamp:
- Jun 24, 2007, 6:49:13 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abdev/BasicCompiler_Common/BasicCompiler.cpp
r167 r182 1 #include <jenga/include/smoothie/Smoothie.h> 2 1 3 #include <Program.h> 2 4 … … 185 187 } 186 188 187 i3= baseDirPath.size();i4=0;189 i3=(int)baseDirPath.size();i4=0; 188 190 while(i4<i2){ 189 191 for(i3--;;i3--){ … … 550 552 char temporary[1024],temp2[MAX_PATH]; 551 553 552 //MessageBox(0,"starting compiler/debugger","ActiveBasic",MB_OK);554 MessageBox(0,"starting compiler/debugger","ActiveBasic",MB_OK); 553 555 trace( "Start ActiveBasic Compiler!" ); 554 556 … … 702 704 //Unicode 703 705 else if( lstrcmp( temp2, "unicode" ) ==0 ){ 704 isUnicode = true;706 Smoothie::SetUnicodeMark( true ); 705 707 typeOfPtrChar = MAKE_PTR_TYPE(DEF_WORD,1); 706 708 typeOfPtrUChar = MAKE_PTR_TYPE(DEF_WORD,1);
Note:
See TracChangeset
for help on using the changeset viewer.