Hello Folks,
I have tried to get 2 of my smaller Delphi 10.4 projects over to Delphi 11 Alexandria.
One that uses the VCL components only works fine. The other one, which uses Konopka Signature VCL Controls (KSVC) and has custom-built UI controls based that package, fails with:
E2225 Never-build package ‘RaizeComponentsVcl’ must be recompiled
So I removed the required packages RaizeComponentsVcl & RaizeComponentsVclDb from my component package based on KSVC and tried to recompile. This is when I got the following error message
F2051 Unit RzCommon was compiled with a different version of Vcl.Forms.TCustomForm
I searched the Internet and found an article on Delphi-PRAXIS forum here that mentions a work-around and the fact that Embarcadero has temporarily removed KSVC from the GetIt package manager. I think I wait until they get the deployment right.
My other components I used are available for Delphi 11 already:
- TMS VCL Cloud Pack
- TMS Web Update
- FastReport
MadExcept is still a beta version for Delphi 11 but should not change any more according to the author here.
I am very close to get the second project going too.
Salut,
Mathias