I have used Alpha Controls with Delphi 7, and 10.26 installs fine there.
But now I have also Delphi 2009 on the PC and wanted to install Alpha Controls there (it was not installed before).
The runtime package compiles fine and I get acnt2009_R.bpl and acnt2009_R.dcp files.
But the design time package acnt2009.dpk will not compile/install.
I get this error:
[DCC Fatal Error] sRegisterIt.pas(8): F1026 File not found: 'acnt2009_R.dcp'
The cursor is placed on this line:
Classes, sScrollBar, sLabel, sButton, sBitBtn, sSpeedButton, sPanel,
at the sScrollBar position.
This is very strange, because sScrollBar.pas does exist in the Alpha directory, and a fresh
sScrollBar.dcu is there (compiled by the 2009 compiler, as the Delphi 7 installation is on another folder).
The path where sScrollBar.pas is also inside the library and browsing paths.