D
dennies
Unregistered / Unconfirmed
GUEST, unregistred user!
那位大虾请回答我,我在win98下运行Delphi,当在IDE中编好程序后,编译通过,
当我按F9运行时,屏幕变黑,然后出现蓝屏,错误提示如下:
Windows
A fatal exception 06 has occured at 0028:0000016f,the current application
will be terminated。
我的程序很简单,就是一个试验性例子:在窗体上搁了一个button与edit,然后在
程序中这样写:
procedure form1.button1click(sender: tobject);
begin
Edit1.Text := 'OK';
end;
我将Win98重装,Delphi也重装,但仍是那错误。请大家告诉我吧,愿出200分。
当我按F9运行时,屏幕变黑,然后出现蓝屏,错误提示如下:
Windows
A fatal exception 06 has occured at 0028:0000016f,the current application
will be terminated。
我的程序很简单,就是一个试验性例子:在窗体上搁了一个button与edit,然后在
程序中这样写:
procedure form1.button1click(sender: tobject);
begin
Edit1.Text := 'OK';
end;
我将Win98重装,Delphi也重装,但仍是那错误。请大家告诉我吧,愿出200分。