Opened 17 years ago

Closed 17 years ago

#134 closed タスク (fixed)

存在しないジェネリクス型の指定でコンパイラが強制終了する。

Reported by: イグトランス (egtra) Owned by: dai
Priority: 低-minor Milestone: AB5 CP6
Component: ablib Version:
Keywords: Generics Cc:

Description

次のコードをコンパイルすると、「StringToType内のジェネリクスクラス取得部分でpGenericClassがNULL」という内容のメッセージボックスが表示された後、Visual C++ Runtime Errorのメッセージボックスが表示され、コンパイラが強制終了させられる。

Dim x = New Lis<Long>

ここはユーザフレンドリに、強制終了することなくコンパイラエラーとしてほしい。

Change History (2)

comment:1 by dai, 17 years ago

Status: newassigned

これはいけないですね。すぐに直します。

comment:2 by dai, 17 years ago

Resolution: fixed
Status: assignedclosed

[329]にて修正。

Note: See TracTickets for help on using tickets.