Hey again!
I updated the ACExtra package today, installed fine, but when I compile my project that contains an acScrollPanel, I get these errors:
Checking project dependencies…
Compiling MultiTools.dproj (Debug configuration)
[DCC Hint] acScrollPanel.pas(202): H2269 Overriding virtual method 'TacScrollPanel.GetChildren' has lower visibility (protected) than base class 'TsPanel' (public)
[DCC Error] acScrollPanel.pas(1135): E2003 Undeclared identifier: 'InitCacheBmp'
[DCC Error] acScrollPanel.pas(1177): E2003 Undeclared identifier: 'b'
[DCC Fatal Error] uMain.pas(7): F2063 Could not compile used unit 'acScrollPanel.pas'
Failed
Elapsed time: 00:00:00.4
Whats wrong?
– Thank you!