Changeset 109 in dev for BasicCompiler_Common/error.cpp


Ignore:
Timestamp:
May 6, 2007, 7:09:04 PM (17 years ago)
Author:
dai_9181
Message:

ObjPtr関数を実装。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BasicCompiler_Common/error.cpp

    r107 r109  
    188188    if(num==132) lstrcpy(msg,"明示的なコンストラクタ呼び出しと初期値の指定を同時に行うことはできません。");
    189189    if(num==133) lstrcpy(msg,"Thisに代入はできません。");
     190    if(num==134) lstrcpy( msg,"ObjPtr関数にはオブジェクト インスタンス以外を指定できません。" );
    190191
    191192    //Enum関連
Note: See TracChangeset for help on using the changeset viewer.