Norman Dunbar wrote:
> 
> Dilwyn wrote :
> 
> >> Minor point to note re. MAX_CON - it seems fine if used in the body of
> >> a program, I seem to get problems under some conditions (especially
> >> error conditions) if it is called from within a PROC or FN in SBASIC
> >> (not apparent in SuperBASIC), you may find occasional 'missing End
> >> Define' errors for example when there is clearly an End Define in the
> >> program.
> 
> I have tried to reproduce this ever since you first reported it to me all
> those years ago (wasn't that a song ?) and I have been unfortunately unable
> to do so. That was on a JM and a QXL.

I don't know how relevant this might be - I only having a black-box QL
(JM).

I've often suffered from unexplained program [QL] crashes/missing extras
that were traced to linked m/c procs/fns not reserving enough memory for
the names: the mean len being > 7, eg although only 2 procs were being
added, their names totalled some 23 bytes [why can't people be more lazy
like me and use 'ALCHP' instead of 'ALLOCATION'? and these problems
don't occur] and thus "the number of procs" should be set to 3 or 4 [(#
chars + 7)/8]


Reply via email to