An FMX project compiled in Delphi 10.4 (Sydney) for both Windows 32 and 64 bit has started raising an exception at start up (in TApplication.RealCreateForms).
‘This control requires version 4.70 or greater of COMCTL32.DLL’
I have been compiling and running the program using 10.4 for some time and do not believe I have added any components to the form – just size adjustments which may have been made using Delphi 11.3 (Alexandria). I can still use an old exe compiled with 10.4.
Compiling with 11.3 removes the problem.
When I go to a separate VM with Delphi Berlin and compile the same form code into a separate Berlin project the issue is raised there also. Again not in the saved exe from the last compile.
Any thoughts. I can probably work around the issue but I do not like unexplained things.