08-09-2015, 04:45 PM
Hi all, it's been a long time!
I upgraded to 1.4.0 build 1935 today and discovered that I can no longer use the print42 library. This simple program now won't compile any more:
... giving instead the following error:
Not a big problem (I just reverted back to build 1923 for now) but I thought you might like to know about it because I'm not sure what else might be affected.
I upgraded to 1.4.0 build 1935 today and discovered that I can no longer use the print42 library. This simple program now won't compile any more:
Code:
#include <print42.bas>
printat42(0, 0)
print42("42 column printing!")
... giving instead the following error:
Code:
test.bas:16: Undeclared identifier "printAt42Coords"
Not a big problem (I just reverted back to build 1923 for now) but I thought you might like to know about it because I'm not sure what else might be affected.