Stéphane Wierzbicki 45 Posted August 16, 2019 Hi, I'm worried with latest Rad Studio 10.3.2 version. I have applied Building Changed Files Patch but my modified pascal files (not saved) are no more taken on compiltion More, I'm suddenly getting weird erros that prevent me building my project... : [dcc32 Error] ETL.pas(360): E2005 'Exception' is not a type identifier on exception blocks... or [dcc32 Error] ETL.pas(450): E2029 '.' expected but ';' found Am I the only one suffering from this? Regards Share this post Link to post
Stéphane Wierzbicki 45 Posted August 16, 2019 I do have an explanation for [dcc32 Error] ETL.pas(360): E2005 'Exception' is not a type identifier on exception blocks... I'm using TMS Logging and there is a TTMSLoggerLogLevel type defined like this : Quote TTMSLoggerLogLevel = (Trace, Debug, Info, Warning, Error, Exception, All, Custom); Despite this "non error", IDE modified files still have to be saved.... Share this post Link to post
Stéphane Wierzbicki 45 Posted August 19, 2019 Removing IDE Fix Pack solved the problem. @jbg are you aware of this incompatibility ? Share this post Link to post
Sherlock 663 Posted August 20, 2019 Have you tried reinstalling IDEFixPack after applying the patch? Share this post Link to post
Stefan Glienke 2002 Posted August 20, 2019 How can a name collision between TTMSLoggerLogLevel.Exception and Sytem.SysUtils.Exceptions be an IDEFixPack issue? It has even been reported already: https://www.tmssoftware.com/site/forum/forum_posts.asp?TID=8402&title=enumeration-names Share this post Link to post
Stéphane Wierzbicki 45 Posted August 20, 2019 1 hour ago, Stefan Glienke said: How can a name collision between TTMSLoggerLogLevel.Exception and Sytem.SysUtils.Exceptions be an IDEFixPack issue? It has even been reported already: https://www.tmssoftware.com/site/forum/forum_posts.asp?TID=8402&title=enumeration-names As written in my second post, the compiler error was caused by a name collision. Maybe my post was too confusing.... "Building changed files" bug still persist until I remove IDE FixPack. Share this post Link to post
Stéphane Wierzbicki 45 Posted August 20, 2019 3 hours ago, Sherlock said: Have you tried reinstalling IDEFixPack after applying the patch? Yes, I already tried it! Share this post Link to post
Stefan Glienke 2002 Posted August 20, 2019 I still don't see a way to repro this behavior on the Delphi side because both RSP entries that are referenced in the patch are C++ ones. So chance is high Andreas won't be able to repro and fix either. Share this post Link to post