| View previous topic :: View next topic |
| Author |
Message |
Ignacio Vazquez Guest
|
Posted: Fri Sep 19, 2003 4:10 am Post subject: Re: EStack Overflow Error |
|
|
"John Faber" <headoftherock (AT) insightbb (DOT) com> wrote
| Quote: | We are getting a EStack Overflow error when trying to execute an installed
Delphi 4 application. Have no idea how to trouble shoot the error. Help!
|
This usually happens because a function calls itself too many times or a
property write method tries to write to the property instead of the proper
field.
Cheers,
Ignacio
|
|
| Back to top |
|
 |
Bill Todd Guest
|
Posted: Fri Sep 19, 2003 1:40 pm Post subject: Re: EStack Overflow Error |
|
|
Run the program from the Delphi IDE and see which line of code the
debugger highlights when the error occurs. If that does not show you
the cause step through the code one line at a time in the debugger.
--
Bill (TeamB)
(TeamB cannot respond to questions received via email)
|
|
| Back to top |
|
 |
|