D
ddev
Unregistered / Unconfirmed
GUEST, unregistred user!
如下代码(简单的代码, Delphi 5E pacth-1):
type
PMyItem = ^TMyItem;
TMyItem = record
AText: string;
end;
TMyItemStream = type PMyItem;
有兴趣的不妨编译一下,你将发现什么?
===> [Fatal Error] Unit1.pas(xxx): Internal error: URW533
看看帮助,这是什么信息:
You should never get this error message - it means there
is a programming error in the compiler.
If you do, please call Inprise Developer Support and let
us know the ErrorCode (e.g. "C1196") that appears in the
error message. This will give us a rough indication what
went wrong. It is even more helpful if you can give us an
example program that produces this message.
如果有人可以和 Borland 联系,不妨一试。
type
PMyItem = ^TMyItem;
TMyItem = record
AText: string;
end;
TMyItemStream = type PMyItem;
有兴趣的不妨编译一下,你将发现什么?
===> [Fatal Error] Unit1.pas(xxx): Internal error: URW533
看看帮助,这是什么信息:
You should never get this error message - it means there
is a programming error in the compiler.
If you do, please call Inprise Developer Support and let
us know the ErrorCode (e.g. "C1196") that appears in the
error message. This will give us a rough indication what
went wrong. It is even more helpful if you can give us an
example program that produces this message.
如果有人可以和 Borland 联系,不妨一试。