Jump to content
Sign in to follow this  
Frickler

Minimal Delphi version for MARS?

Recommended Posts

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

(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
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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  
×