Bonjour,
I just bought the full version of iziBasic after playing with trial versions 4.2 and 5.0 for the last couple of months. Bravo, aldweb!
I've been working on porting an app I wrote in QuickBasic 15 years ago. I'm using a Tungsten T-3, with minosversion set to 5.0. I've run into a problem of "plantage" when the number stack hits 255 [not including the extras for parsing]. I get one of several responses, semmingly at random:
- Locks up, does nothing, and requires reset
- An "Enter" button at bottom right (there is no Enter button in my code)
- Error:Exe Pointer out of Range,
- Error: Jump Stack Overflow,
- Error: Missing End of IF#
- Probably 1 or 2 I've forgotten
I, of course, have double and triple checked the code looking for missing end if's and the like. It's all good. I 'm able to make the problem come and go by adding and removing simple calculations to change the number stack 255. At 255, it crashes, below 255 it's good.
I wonder if it's not a coincidence that 255 was the limit on the number stack before version 5.0.
Any thoughts?