Re: A89: Source for graphlib::fill


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

Re: A89: Source for graphlib::fill




If the jsr's aren't working then neither will the bsr's...how many or
how often a routine is called is arbitrary. _You_ are screwing something
up, not the program. It should be obvious since it works in the
initialization blah blah blah, but then doesn't during the actual
program.

Reman Child wrote:
> 
> 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

-- 
Scott "_Wrath_" Dial
wrath@calc.org
ICQ#3608935
TimeCity AI Guy II - www.timecity.org
Member of TCPA - tcpa.calc.org
__________________________________________
NetZero - Defenders of the Free World
Get your FREE Internet Access and Email at
http://www.netzero.net/download/index.html


Follow-Ups: References: