I found (in the Windows version only) that a bytecode file seems to produce a Segmentation Fault when it reaches a second BSAVE or BLOAD statement. I tested the following program:
sorry for letting you wait so long for an answer ... yes, it is fixed, thank you very much.
I was on some long wanderings and don't know yet when I will have time again for a next X11-Basic project ... will see.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I found (in the Windows version only) that a bytecode file seems to produce a Segmentation Fault when it reaches a second BSAVE or BLOAD statement. I tested the following program:
When run from the interpreter, output was as expected:
However, when running the bytecode file produced from this program, the output was the following:
I then inserted the following lines after defining baseDir$:
Running the bytecode file from this version of the program, I got the following output:
It doesnt occur in the new release 1.23-20. Do you still see it?
Last edit: Markus Hoffmann 2015-04-16
Hello Markus,
sorry for letting you wait so long for an answer ... yes, it is fixed, thank you very much.
I was on some long wanderings and don't know yet when I will have time again for a next X11-Basic project ... will see.