Page 1 of 1

RAD Studio 10.4 Support

Posted: Mon Jun 01, 2020 4:04 am
by choochy2003
What does the timeframe on this look like? :D

Re: RAD Studio 10.4 Support

Posted: Mon Jun 01, 2020 4:34 pm
by madshi

Re: RAD Studio 10.4 Support

Posted: Mon Sep 07, 2020 5:29 pm
by sol
Trying to compile a project with madExept in 10.4.1 causes "[dcc32 Fatal Error] Project1.dpr(10): F2063 Could not compile used unit 'madExcept'".

Seems like the source needs to be recompiled with the updated compiler.

Thanks

Re: RAD Studio 10.4 Support

Posted: Mon Sep 07, 2020 5:33 pm
by madshi
Which exact version did you install? Are you sure it's 5.1? The installer contains both madExcept 4 and 5.1, so it's important to double check.

Re: RAD Studio 10.4 Support

Posted: Mon Sep 07, 2020 5:59 pm
by sol
5.1.0

Re: RAD Studio 10.4 Support

Posted: Mon Sep 07, 2020 6:01 pm
by madshi
I've heard that 10.4 sometimes copies library paths of older Delphi versions. If you had madExcept for 10.3 installed, maybe 10.4 copied the library paths over? I'd suggest a quick cleanup like this:

1) Uninstall madExcept.
2) Start 10.4 and check library paths. Remove everything that belongs to madCollection.
3) Reinstall madExcept.

Hope that helps?

Re: RAD Studio 10.4 Support

Posted: Mon Sep 07, 2020 6:17 pm
by sol
Thanks that helped.

Indeed there was a leftover path in the library list.

Re: RAD Studio 10.4 Support

Posted: Mon Sep 07, 2020 6:41 pm
by madshi
Not sure why 10.4 suddenly copies over library paths from older version, to be honest. Delphi never used to do that in the past.