 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Michael Bate Guest
|
Posted: Wed Mar 14, 2007 1:26 am Post subject: Any way to get info about Range Check error without the debu |
|
|
I have a customer who is getting Range Check errors. I am unable to
duplicate the error here.
I am using Delphi 5 - also have a copy of Delphi 7.
Is there any way to get Delphi to report, at run time, what the
offending line of code is (file name and line #). If there was some way
to hack up the code (for test purposes only) to get more information? I
don't see any. Would upgrading to the latest version of Delphi help?
The only other alternative that I can see is for me to travel to the
site with the Delphi IDE and source on my laptop.
Thanks in advance,
Michael Bate |
|
| Back to top |
|
 |
Daniel Guest
|
Posted: Thu Mar 15, 2007 9:25 pm Post subject: Re: Any way to get info about Range Check error without the |
|
|
On Mar 13, 3:26 pm, Michael Bate <michaelb...@comcast.net> wrote:
| Quote: | I have a customer who is getting Range Check errors. I am unable to
duplicate the error here.
I am using Delphi 5 - also have a copy of Delphi 7.
Is there any way to get Delphi to report, at run time, what the
offending line of code is (file name and line #). If there was some way
to hack up the code (for test purposes only) to get more information? I
don't see any. Would upgrading to the latest version of Delphi help?
The only other alternative that I can see is for me to travel to the
site with the Delphi IDE and source on my laptop.
Thanks in advance,
Michael Bate
|
A range check error is probably because of an array. Not a missuse but
trying to access a part of an array with an inappropriate value - just
had this happen to me this morning.
I often use ShowMessage('some text' + what I am trying to track); to
watch for errors.
If they have Windows XP pro, you could remote desktop into their
system.
Another thing: They could send you an invitation for remote help.
These two options may require them/you to open ports on a router.
I have to run. |
|
| 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
|
|