Lars Fosdal 62 Posted January 21 [dcc32 Fatal Error] One.OfMyUnits.pas(1686): E2158 System unit out of date or corrupted: missing '@Clr' Clean / Build does not fix it. And - it happens on our build server too! Have any of you seen this one before? Share this post Link to post
Lars Fosdal 62 Posted January 21 Doh! Never mind! I had commented out one of two overloaded methods in the interface section. There was another "fatal" compilation error further up in the compiler output list. Basically, it was just a weird IDE/compiler artifact due to invalid code. Share this post Link to post
Rudy Velthuis 24 Posted Thursday at 01:15 AM (edited) On 1/21/2019 at 11:32 AM, Lars Fosdal said: Doh! Never mind! I had commented out one of two overloaded methods in the interface section. There was another "fatal" compilation error further up in the compiler output list. Basically, it was just a weird IDE/compiler artifact due to invalid code. Probably because of the error in the code, the compiler got into an inconsistent state. In such cases, the only way to get rid of the problem is to restart the IDE. Edited Thursday at 01:16 AM by Rudy Velthuis Share this post Link to post