source: trunk/Include/Classes/index.ab@ 300

Last change on this file since 300 was 275, checked in by dai, 17 years ago

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

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

File size: 103 bytes
Line 
1' コンパイルに最低限必要なファイル
2
3#require "./ActiveBasic/index.ab"
4#require "./System/index.ab"
Note: See TracBrowser for help on using the repository browser.