coassoftwaresystems / delphi-modbus

Delphi ModbusTCP components
MIT License
116 stars 63 forks source link

Wrong Indy versions in source #14

Open Daijobou opened 7 years ago

Daijobou commented 7 years ago

DelphiModbus2009.dpk says

requires
  rtl,
  IndyCore,
  IndyProtocols,
  IndySystem;

thats wrong. See http://www.indyproject.org/Sockets/Docs/Indy10Installation.de.aspx

D/CB/RAD 2009 is with extension 120, means IndyCore120 and so on.

plpolak commented 7 years ago

Weird as the Delphi compiler does not require this. I do not have C++ builder. Maybe it is related to the 2009 version?

Daijobou commented 7 years ago

Maybe it is related to the 2009 version?

I can only says thats it compile only with "120"-extension in Rad Studio 2009. ;)