Hello people,
i seem to have some problems with getting errortrapping to work.
i have a program of about 8000 lines of code that does not want to do
any errortrapping. if i take the same errortrap setup to a smaller
test program, things work fine, so i'm doing something wrong in the
big program. my question is this:
what are the most obvious reasons for errortrapping not working?
does program size have anything to do with that?
just in case i did something stupid in the meta's i'll include them;
these are the first statements in my code. anything in there that
might interfere with errortrapping? thanx for anything on this.
the meta's:
$COMPILE EXE
$CPU 80386
$DEBUG MAP ON
$DEBUG PBDEBUG ON
$DEBUG PATH ON
$DIM ALL
$STACK 4096
$ERROR ALL ON
$EVENT ON
$LIB ALL OFF
$OPTIMIZE SPEED
$OPTION CNTLBREAK ON
$OPTION GOSUB ON
------------------
[URL=http://www.DiyDataRecovery.nl]
i seem to have some problems with getting errortrapping to work.
i have a program of about 8000 lines of code that does not want to do
any errortrapping. if i take the same errortrap setup to a smaller
test program, things work fine, so i'm doing something wrong in the
big program. my question is this:
what are the most obvious reasons for errortrapping not working?
does program size have anything to do with that?
just in case i did something stupid in the meta's i'll include them;
these are the first statements in my code. anything in there that
might interfere with errortrapping? thanx for anything on this.
the meta's:
$COMPILE EXE
$CPU 80386
$DEBUG MAP ON
$DEBUG PBDEBUG ON
$DEBUG PATH ON
$DIM ALL
$STACK 4096
$ERROR ALL ON
$EVENT ON
$LIB ALL OFF
$OPTIMIZE SPEED
$OPTION CNTLBREAK ON
$OPTION GOSUB ON
------------------
[URL=http://www.DiyDataRecovery.nl]
Comment