Ignore:
Timestamp:
Sep 9, 2007, 1:09:00 AM (17 years ago)
Author:
dai_9181
Message:

64bit版でコンパイルできるようにした。

File:
1 edited

Legend:

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

    r301 r318  
    3636        if( !pGenericClass )
    3737        {
    38             Jenga::Throw( "StringToType内のジェネリクスクラス取得部分でpGenericClassがNULL" );
     38            extern int cp;
     39            SetError(106, className, cp );
     40            return false;
    3941        }
    4042
Note: See TracChangeset for help on using the changeset viewer.