Changeset 99 in dev for ProjectEditor/Common.h


Ignore:
Timestamp:
Apr 19, 2007, 3:09:55 AM (17 years ago)
Author:
dai_9181
Message:

Namespaceステートメントのエスケープシーケンス化を行った。
[IDE]バックアップに失敗したときにエラーメッセージを出さないようにした。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ProjectEditor/Common.h

    r85 r99  
    6666#define APPLICATION_NAME "ActiveBasic 5.0"
    6767#define VERSION_APPLI_NAME APPLICATION_NAME
    68 #define VERSION_STRING "5.00.00 β rev.194"
     68#define VERSION_STRING "5.00.00 β rev.218"
    6969
    7070#endif
     
    780780char *ReadBuffer(char *path);
    781781char *ReadBuffer_NonErrMsg(char *path);
    782 _int8 WriteBuffer(char *path,char *buffer,int length);
     782_int8 WriteBuffer(char *path,char *buffer,int length, bool isEnableError = true);
    783783_int8 WriteBuffer_NonErrMsg(char *path,char *buffer,int length);
    784784void GetRelationalPath(char *path,char *dir);
Note: See TracChangeset for help on using the changeset viewer.