Search found 1 match

by Wojtek
Tue Oct 26, 2021 3:33 am
Forum: BlackBox Framework
Topic: DemoUart does not compile under BlackBox 1.7.2007
Replies: 1
Views: 6999

DemoUart does not compile under BlackBox 1.7.2007

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 ...