Ignore:
Timestamp:
Feb 14, 2008, 2:50:50 AM (16 years ago)
Author:
dai_9181
Message:

・コンストラクタを呼び出す前に動的型情報を用意するようにした。
・Foreachの一時オブジェクトの初期値をNothingにした(64bit)
・Catchステートメントのエラーメッセージを改修した。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abdev/BasicCompiler_Common/src/Exception.cpp

    r371 r391  
    277277            if( !compiler.StringToType( typeName, paramType ) )
    278278            {
    279                 SetError(73,NULL,cp);
     279                SetError(74,typeName,cp);
     280            }
     281            else
     282            {
     283                if( !paramType.IsObject() )
     284                {
     285                    SetError(73,typeName,cp);
     286                }
    280287            }
    281288        }
Note: See TracChangeset for help on using the changeset viewer.