Frickler 16 Posted September 26 Whats the minimal Delphi version required for MARS? There are packages for older versions, but I cannot compile even with 10.2, because inline variables are used. Share this post Link to post
Frickler 16 Posted Friday at 09:05 AM (DMVCFramwork doesn't work either on 10.2 btw. lots of compiler errors. Seems that all these modern frameworks are used only with newest versions of Delphi) Share this post Link to post
Rolphy Reyes 0 Posted Friday at 12:24 PM On 9/26/2025 at 6:53 AM, Frickler said: Whats the minimal Delphi version required for MARS? There are packages for older versions, but I cannot compile even with 10.2, because inline variables are used. Hi! The inline variables is not a big problem to solved. Just change the code to the "classic mode" of declaration. I did it sometime ago for Delphi Berlin and it works as expected. Share this post Link to post