Ignore:
Timestamp:
Jun 24, 2007, 6:49:13 PM (17 years ago)
Author:
dai_9181
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abdev/BasicCompiler_Common/BasicCompiler.cpp

    r167 r182  
     1#include <jenga/include/smoothie/Smoothie.h>
     2
    13#include <Program.h>
    24
     
    185187    }
    186188
    187     i3=baseDirPath.size();i4=0;
     189    i3=(int)baseDirPath.size();i4=0;
    188190    while(i4<i2){
    189191        for(i3--;;i3--){
     
    550552    char temporary[1024],temp2[MAX_PATH];
    551553
    552     //MessageBox(0,"starting compiler/debugger","ActiveBasic",MB_OK);
     554    MessageBox(0,"starting compiler/debugger","ActiveBasic",MB_OK);
    553555    trace( "Start ActiveBasic Compiler!" );
    554556
     
    702704        //Unicode
    703705        else if( lstrcmp( temp2, "unicode" ) ==0 ){
    704             isUnicode = true;
     706            Smoothie::SetUnicodeMark( true );
    705707            typeOfPtrChar = MAKE_PTR_TYPE(DEF_WORD,1);
    706708            typeOfPtrUChar = MAKE_PTR_TYPE(DEF_WORD,1);
Note: See TracChangeset for help on using the changeset viewer.