Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
"Illegal Preprocessor" errors on some files (*solved*)
#6
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'
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)