Ignore:
Timestamp:
Jun 13, 2007, 12:00:44 AM (17 years ago)
Author:
dai
Message:

(32ビットコンパイラ)
クラス情報取得時のクラス先読み処理で名前空間の関係が崩れてしまうバグを修正。
インクルードパスに'/'文字を含めたときに'
'として判断するようにした。

(ライブラリ)
ActiveBasic.Core名前空間を作成した(動的型情報に関する内部コードをここに移動)。
DateTimeクラスをSystem名前空間に入れた。
TimeSpanクラスをSystem名前空間に入れた。
TimeInfoクラスをSystem名前空間に入れた。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Include/Classes/System/Object.ab

    r246 r275  
    6363    Public
    6464        Sub _System_SetType( typeInfo As TypeInfo )
    65             If _System_TypeBase.IsReady() = False Then
     65            If ActiveBasic.Core._System_TypeBase.IsReady() = False Then
    6666                Return
    6767            End If
Note: See TracChangeset for help on using the changeset viewer.