I was trying to get the Mode 7 working using MODE7LIB. Everything works fine running from the IDE. But when I create and run an exe file, I get errors. Here's the code:
Code: Select all
INSTALL @lib$ + "MODE7LIB"
MODE 7
PROC_saa5050(0)
PRINT CHR$141; "THIS IS A TEST"
PRINT CHR$141; "THIS IS A TEST"
Not sure if there's something I'm doing wrong.
Matt