Silver Black 23 Posted December 4, 2019 I've just upgraded to Delphi 10.3.3 and in my project I do use the ActionManager. It appears that when I compiled the 10.3.2 codes in 10.3.3, it adds a "IDETheme.ActnCtrls" to my uses but when I tried to compile the project, it shows the error [dcc64 Fatal Error] ... : F2613 Unit 'IDETheme.ActnCtrls' not found Seems to be the case with an empty project and the ActionManager added to the IDE. The only workaround I have seems to be creating a new (empty) unit called IDETheme.ActnCtrls. The question remains though: why is this happening? Share this post Link to post
Dave Nottage 557 Posted December 4, 2019 Known issue: https://quality.embarcadero.com/browse/RSP-27035 Check Marco's comment on the report. 1 Share this post Link to post
Silver Black 23 Posted December 4, 2019 (edited) Thank you so much Dave! The tip by Marco work perfectly, but they should fix bug like this in the IDE asap, though. Edited December 4, 2019 by Silver Black Share this post Link to post