gprint corrupt and segfaults
A BASIC interpreter and compiler with graphics.
Brought to you by:
kollo
I was messing about with gprint, and found it ouput corrupt lettering...
Using this simple program:
clearw
gprint "doesn't seem to work correctly"
pause 10
quit
You will find the text is corrupt, and the output is a segfault.
I was going to do a screenshot, but now nothing appears in the graphic window! Bizarre?
yes, something is wrong. It used to work in an earlier version. Hm....
(you should add a SHOWPAGE before the PAUSE, but it doesnt work anyway.)
I could not reproduce the segfault, but I think I have fixed GPRINT now. at least it outputs some test as it should. Uploaded a new source-tarball.
Yep, works now - thanks.