coassoftwaresystems / delphi-modbus

Delphi ModbusTCP components
114 stars 61 forks source link

Compiler error E2466 #16

Open Daijobou opened 7 years ago

Daijobou commented 7 years ago

In Rad Studio 2009 (C++Builder) I get this error (german):

E2466 Ein 'Never-build' Package '.DelphiModbus2009' benötigt 'always-build' Package 'IndySystem120' See http://docwiki.embarcadero.com/RADStudio/Berlin/en/E2466_Never-build_package_%27%25s%27_requires_always-build_package_%27%25s%27_(Delphi)

To fix this, I change in files DelphiModbus2009.dpk and dclDelphiModbus2009.dpk

{$IMPLICITBUILD OFF} to {$IMPLICITBUILD ON} See http://docwiki.embarcadero.com/RADStudio/Berlin/en/Implicit_Build_(Delphi)