coassoftwaresystems / delphi-modbus

Delphi ModbusTCP components
MIT License
116 stars 63 forks source link

Compiler error - ModbusUtils.pas(209) #15

Closed Daijobou closed 7 years ago

Daijobou commented 7 years ago

In line https://github.com/coassoftwaresystems/delphi-modbus/blob/develop/source/ModbusUtils.pas#L206 is ";" missing. So C++Builder compiler throws a error.

plpolak commented 7 years ago

I fixed this one. Strange enough it seems to be accepted by the Delphi compiler.