[Oberon] DemoUart does not compile under BlackBox 1.7.2007 (core)
Skulski, Wojciech
skulski at pas.rochester.edu
Sun Oct 24 06:06:05 CEST 2021
Hello:
is there a separate BlackBox mailing list anymore? Otherwise let me report that DemoUart does not compile under BlackBox 1.7.2007 (core) downlaoded from CPC, because CommV24 is using BYTE, while DemoUart is using SHORTCHAR.
In CommV24 we see:
PROCEDURE SendByte (c: Connection; x: BYTE);
PROCEDURE SendBytes (c: Connection; IN x: ARRAY OF BYTE; beg, len: INTEGER);
In DemoUart we see:
CommV24.SendChars (passConn, SHORT (msg), 0, LEN (msg$));
... which does not compile, of course.
Thanks,
Wojtek
More information about the Oberon
mailing list