coassoftwaresystems / delphi-modbus

Delphi ModbusTCP components
MIT License
116 stars 64 forks source link

Delphi Rio and Modbus 1.7.0 #36

Closed LJGutierrez closed 5 years ago

LJGutierrez commented 5 years ago

I installed the Modbus package using the pkg file. When I compile an existing app. with Rio there is an error saying [dcc32 Error] IdModbusServer.pas(76): E2003 Undeclared identifier: 'TIdPeerThread'

If I compile the same project with Delphi 10.2 this error is not shown. What is missing?