03-12-2024, 02:17 PM
TerryRitchie,
I use Slackware linux 15.0 with 3.12.0 QB64PE on an originally Windows 7 laptop. This is the limit I hit before it drops out:
with this line it ends normally.
At 193 I get 99.8% of the circle filled before stopping.
I use Slackware linux 15.0 with 3.12.0 QB64PE on an originally Windows 7 laptop. This is the limit I hit before it drops out:
Code: (Select All)
Circle (399, 299), 192, _RGB32(0, 0, 0) ' recursion works at radius 50, fails at radius 100
with this line it ends normally.
At 193 I get 99.8% of the circle filled before stopping.