The WAITSTAT statement causes a serious error (GPF) during compilation. Please use CON.WAITSTAT (an exact synonym) instead until rev 6.01 is released.
Announcement
Collapse
No announcement yet.
PowerBASIC Console Compiler 6.00
Collapse
X
-
PowerBASIC Console Compiler 6.00
The LPRINT ATTACH statement will fail due to an internal character mode mismatch. This will be corrected in version 6.01. As a temporary workaround, you can pass the printer port name as an ANSI string with a UCODE$() override. Only this precise combination will be effective.
LP$ = "LPT1"
LPRINT ATTACH UCODE$(LP$)
You will have to reverse this change for use with version 6.01.
Comment
Comment