 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Matthias Matting Guest
|
Posted: Fri Oct 17, 2003 8:47 am Post subject: My component makes the IDE crash when I close it |
|
|
Hello,
I have made a special listview descendent. It installs fine on the component
palette and does what it is supposed to in my applications. But always if I
close the Delphi IDE, I have to confirm two AV error boxes. Since this
happens only with the Delphi IDE, only if my component is installed and not
with my applications that use the component, I'm asking me where (and how)
to search for the error. Any hints on that? What is it usually that makes
the IDE crash?
Thanks
Matthias
|
|
| Back to top |
|
 |
Constantine Yannakopoulos Guest
|
Posted: Fri Oct 17, 2003 9:57 am Post subject: Re: My component makes the IDE crash when I close it |
|
|
Author := "Matthias Matting";
| Quote: | But always if I close the Delphi IDE, I have to confirm two AV error
boxes. Since this happens only with the Delphi IDE, only if my
component is installed and not with my applications that use the
component, I'm asking me where (and how) to search for the error. Any
hints on that? What is it usually that makes the IDE crash?
|
Open your design-time package and In Menu/Run/Parameters specify
delphi32.exe as the host application. You can then debug your runtime
package in a second instance of Delphi, as if it were a dll. So, just
run it, close the other instance of Delphi and see where the debugger
will stop when the AV is generated.
Good luck.
--
Constantine
|
|
| Back to top |
|
 |
Matthias Matting Guest
|
Posted: Sun Oct 19, 2003 9:00 am Post subject: Re: My component makes the IDE crash when I close it |
|
|
| Quote: | Open your design-time package and In Menu/Run/Parameters
specify delphi32.exe as the host application.
|
Thanks Did that and found the error which could be fixed by a simple
try...except.
Matthias
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|