[futurebasic] Re: [FB] Need help fast, Zero divide

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : November 2000 : Group Archive : Group : All Groups

From: Robert Covington <artlythere@...>
Date: Sat, 18 Nov 2000 12:00:30 -0400
>From the nimble fingers of Robert Covington (artlythere@...)
>(17/11/2000 9:47 PM) came...
>
>>> I got a bug report on my recently released app that hasn't shown up before.
>>> Any clues here??

>Works fine on a vertical beige G3, 9.0 (point nothing), 128 M, 3 monitors
>--
>Ted Spencer; ted@...

Thank you very much. Nice to know.  Only problem with all this is that I
found a bug in my first posted version, so I now have 700+ downloads of a
bug. :)  All fixed though.

Beware the possible cascade failure in FN name changing. :) I swapped names
for my Median and MedianSmooth to make it more conforming within the code,
but forgot that my Combo filter needed the MedianSmooth, which used to be
named just Median in the older version of my program.

So the Combo filter would work through the 3 filters before it, then grab a
fresh copy of the image from the undo buffer whereas it should have gotten
it from the previous worked over image. Result: hardly any results. :)

Argh.

Robert