I use a third party VFP framework which displays the line number of
the error via its error handling routine.
However, the line number is only available if the EXE is compiled with
DEBUG info. If compiled with NODEBUG info, the line number is always
zero.
Recheck how you are compiling your application whether via a PRG or
the Project Manager. If the latter, Project Info has a DEBUG
checkbox.
On Wed, 02 May 2007 13:30:11 -0700, Gene Wirchenko <genew@[EMAIL PROTECTED]
>
wrote:
> I distribute my app in .exe form. Sometimes, there are bugs. I
>dump to an error log, and I would like to see the line that threw the
>error. (I want to be sure that I am looking at the correct version of
>the code, and I would like to check with the latest version if at all
>possible.)
>
> Unfortunately, message(1) is do***ented as not being available in
>the run-time. "Is there a way around this?", he asked hopefully, not
>really expecting a positive answer, but being positively hopeful, sort
>of and hardly pleading at all, almost.
>
>Sincerely,
>
>Gene Wirchenko
>
>Computerese Irregular Verb Conjugation:
> I have preferences.
> You have biases.
> He/She has prejudices.


|