03-09-2011, 09:03 AM
LTee Wrote:Well, good news... and bad news. I always seem to bring some bad news, sorry. :-)
The new version will now compile Print42.bas and Print64.bas. However, I'm still having problems compiling programs which USE those files.
For example, this very simple test program:
Code:#include <print42.bas>
CLS
printat42(0,0)
print42("Testing the 42-character print routines.")
printat42(1,0)
print42("Might be nice to use for the credits page.")
When trying to compile this I get the following error:
Code:Print42Test.bas:23: Error: Undefined label '__LOADSTR'
This error should happen only in 1.2.8 (code rearrangement). Thanks for the report

Unfortunately, I find a bit hard to fix 1.2.7 and generate a new .msi :oops: but I guess it's needed in order to release an stable version for other users... :?: