Changeset 109 in dev for BasicCompiler_Common/error.cpp
- Timestamp:
- May 6, 2007, 7:09:04 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BasicCompiler_Common/error.cpp
r107 r109 188 188 if(num==132) lstrcpy(msg,"明示的なコンストラクタ呼び出しと初期値の指定を同時に行うことはできません。"); 189 189 if(num==133) lstrcpy(msg,"Thisに代入はできません。"); 190 if(num==134) lstrcpy( msg,"ObjPtr関数にはオブジェクト インスタンス以外を指定できません。" ); 190 191 191 192 //Enum関連
Note:
See TracChangeset
for help on using the changeset viewer.