|
Last change
on this file since 375 was 375, checked in by dai, 18 years ago |
|
Throw→Catch間のパラメータ引渡しに対応。
グローバル領域でのTryスコープを可能にした。これで例外処理機構実装完了。
エディタの補間機能にTry/Catch/Finally/EndTryを追加。
|
|
File size:
868 bytes
|
| Line | |
|---|
| 1 | ' インデックス プログラム
|
|---|
| 2 |
|
|---|
| 3 | 'Win32APIの定義ファイル
|
|---|
| 4 |
|
|---|
| 5 | 'プロジェクト内のプログラム ファイル
|
|---|
| 6 | #include "ObjectTest.ab"
|
|---|
| 7 | _ClearNamespaceImported
|
|---|
| 8 | #include "StringTest.ab"
|
|---|
| 9 | _ClearNamespaceImported
|
|---|
| 10 | #include "GCHandleTest.ab"
|
|---|
| 11 | _ClearNamespaceImported
|
|---|
| 12 | #include "VersionTest.ab"
|
|---|
| 13 | _ClearNamespaceImported
|
|---|
| 14 | #include "PathTest.ab"
|
|---|
| 15 | _ClearNamespaceImported
|
|---|
| 16 | #include "DateTimeTest.ab"
|
|---|
| 17 | _ClearNamespaceImported
|
|---|
| 18 | #include "ActiveBasic.StringsTest.ab"
|
|---|
| 19 | _ClearNamespaceImported
|
|---|
| 20 | #include "StringBuilderTest.ab"
|
|---|
| 21 | _ClearNamespaceImported
|
|---|
| 22 | #include "BlittableTest.ab"
|
|---|
| 23 | _ClearNamespaceImported
|
|---|
| 24 | #include "SPrintFTest.ab"
|
|---|
| 25 | _ClearNamespaceImported
|
|---|
| 26 | #include "DelegateTest.ab"
|
|---|
| 27 | _ClearNamespaceImported
|
|---|
| 28 | #include "InterfaceTest.ab"
|
|---|
| 29 | _ClearNamespaceImported
|
|---|
| 30 | #include "ExceptionTest.ab"
|
|---|
| 31 | _ClearNamespaceImported
|
|---|
| 32 |
|
|---|
| 33 | 'リソースファイル
|
|---|
| 34 | #include "resource.ab"
|
|---|
| 35 | #resource "SimpleTestCase.rc"
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.