天哪,老这样运行错误!我快死了!偏偏编译不错! (300分)

韩炜

Unregistered / Unconfirmed
GUEST, unregistred user!
就是运行的时候,提示找不到一个父包!
而且就在他的CREATE APPLICATION的时候,而且没办法再运行下去!
我用的是DELPHI6。今天早上运行时出现一下错误
---------------------------
Debugger Exception Notification
---------------------------
Project Splash.exe raised exception class EReadError with message
'Ancestor for 'Button3' not found'. Process stopped. Use Step or Run to
continue.
---------------------------
OK Help
---------------------------
我直接把FRAME考出来,重做,好了!今天晚上又是的!
求求大家了!给个答案吧!如何解救!
我看了DLEPHI的帮助,但也没解决!
帮助如下:
You have received the following message:
Project xxxx raised exception class yyyyy with message 'zzzzzz'.
Process stopped. Use Step or Run to continue.
This dialog box appears when a program you're debugging raises an exception,
and you have set options that instruct the debugger to
handle exceptions (see the Language Exceptions and OS Exceptions pages of the
Tools|Debugger options dialog). Both language exceptions
and operating system exceptions (called signals on Linux) show this dialog.
If the 'yyyyy' in the message is a class name, it indicates
that the exception is a language exception. If the 'yyyyy' is a hexadecimal
value, it means that the exception is an operating system
exception.
If the location of the exceptiondo
es not correspond to a source location,
a checkbox labeled "View CPU' appears in the lower left
corner of the dialog box.
After pressing OK on the dialog box, the IDE shows you the location where the
exception occurred. If you checked the View CPU
checkbox, the CPU view is displayed. If the location of the exception
corresponds directly to a source location, that source
location is shown (and the View CPU checkboxdo
es not appear on the dialog box).
If the exception locationdo
es not correspond to source and youdo
not check
the View CPU checkbox, the IDE traverses the call
stack looking for a call in the stack that contains source and will show you
the first call found that has source.
What should youdo
when you see this dialog?
In most cases, clicking OK anddo
ing a Run|Run to continue will work just
fine. In some cases, the state of the program will
prevent you from running or continuing will not allow them to continue
(you will repeatedly see the exception message). In this
case, you will need to choose Run|Program Reset to end the current program
run and release it from memory.
Type Ctrl+C to copy this or similar messages to the clipboard.
 
D6老是有這種鳥問題﹐我都快被他害死了。莫名其妙。
 
不明白;你还是重装D6吧~~~~
 
可能是D版Delphi的原因[:(]
 
明知问题Delphi6多多,许多人就是喜欢赶时髦.
 
呵呵,等D6再出几个Update Pack后再找来看看吧:)
 
没有看明白!
 
好久没来!我也看不明白!
 
你是从Frame继承过来的吧.
找到最初的Frame原型单元,看看是不是把Button3删除了或者修改过了.
此外,看看你的dfm文件,把button3删除试试看.
 
楼上的有空撒分,何不把帖子整理一下,这叫人怎么看啊!?
另外问题不要太含糊,贴出部分代码来总可以吧!要不如何问诊下药?
 
就是教你看看这个问题是从哪里来的。
 
我这一段一直用D6,但从没发现什么问题,你重装试试,(别说你的D6 DaoBan Delphi6 呀
要买也要“正宗盗版”的嘛)
 
Delphi 5试过吗?或者代码贴出来?
 
重装吧,我用win2000+delphi6没有问题!
 
http://community.borland.com/cgi-bin/surveys/thanx.cgi?del6reg_updates_down
 
从Frame继承过来的有时候就是这样子,
直接找容纳FRAME的FORM单元,delphi6有这种问题,
D5好像可以帮你提示出来,D6不行得自己找。他会提示你得!
 
多人接受答案了。
 

Similar threads

I
回复
0
查看
817
import
I
I
回复
0
查看
644
import
I
I
回复
0
查看
747
import
I
I
回复
0
查看
2K
import
I
顶部