0

Sydney had this nasty bug (Close second form with cafree close all application in vcl styles) that Emba fixed it in Alexandria:

enter image description here

What is the best way to add this fix to Sydney?
It would be nice to be able to call it with a single line from every project.

Grant Birchmeier
  • 17,809
  • 11
  • 63
  • 98
Gabriel
  • 20,797
  • 27
  • 159
  • 293
  • You would have to either 1) make a copy of `Vcl.Forms.pas` and patch it, then add that file to every project (does not work if Runtime Packages are enabled), or 2) recompile the whole VCL library. – Remy Lebeau Jan 25 '22 at 02:18
  • Hi Remy - Yes, the bug being in the Forms.pas is unfortunate. Did you ever succeed to compile the whole VCL? I have tried (many years ago, it is true) and it was not possible. I will try tonight. – Gabriel Jan 25 '22 at 09:27
  • "add that file to every project" - Sound good. I just have to remember to ALWAYS have that unit the last one in the "uses" clause.... I could even add a verification in my code to make sure that is always the case... – Gabriel Jan 25 '22 at 09:31

0 Answers0