韩
韩炜
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.
而且就在他的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.