Ignore:
Timestamp:
Aug 16, 2007, 7:55:02 PM (17 years ago)
Author:
dai_9181
Message:

Binaryクラスを追加

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abdev/BasicCompiler_Common/common.h

    r279 r287  
    366366void SetError(int ErrorNum,const string &keyWord,int pos);
    367367void SetError();
    368 void CompileMessage(char *buffer);
     368void CompileMessage(const char *buffer);
    369369bool CheckDifferentType(const int VarType,const LONG_PTR lpVarIndex,const int CalcType,const LONG_PTR lpCalcIndex,const char *pszFuncName,const int ParmNum);
    370370bool CheckDifferentType( const Type &varType,const Type &calcType,const char *pszFuncName,const int ParmNum);
Note: See TracChangeset for help on using the changeset viewer.