A89: Source for graphlib::fill


[Prev][Next][Index][Thread]

A89: Source for graphlib::fill




Does anyone know the actual code for graphlib::fill?  Xavier?  I was
thinking that it might work in my program if I just put that in rather than
calling the library routine.  What seems to be happening is that the actual
routine isn't getting called.  At other times in the program (mainly the
initialization of the program) graphlib::fill is called and it works; just
not always in the cursor routine.  What I'm thinking, although this is a
really really wild guess and please tell me if I'm completly wrong here, is
that maybe the program is calling too many library routines or calling them
too frequently, so that in the program it doesn't call the routine as often
as it should, which would account for the cursor routine not working.

If I could get hold of the source for just the graphlib::fill routine, I was
thinking of replacing all my calls to the library and instead branch them to
that subroutine and see if that would work.  Anyway, thanks.

Reman Child


Follow-Ups: