Why?
Kenneth Brody
kenbrody at bestweb.net
Wed Jun 30 23:19:00 PDT 2004
George Simon wrote:
>
> Well, the program crashes only when it hits that particular line.
> If I remark the line out, the programs does not crash.
[...]
And if you comment out all the other lines (except for the definitions
of the fields being used) it will also probably not crash. Ergo, it is
not the line, but that line after having executed all of the other lines
that your processing has executed. Perhaps the problem is really line
87 of your automatic table, which has overwritten memory that doesn't
get referenced until the line being executed when the crash occurs.
Without anything more than small snippets of code, there is no way for
anyone to know.
--
+-------------------------+--------------------+-----------------------------+
| Kenneth J. Brody | www.hvcomputer.com | |
| kenbrody at spamcop.net | www.fptech.com | #include <std_disclaimer.h> |
+-------------------------+--------------------+-----------------------------+
More information about the Filepro-list
mailing list