Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incompatible types: 'System.TArray<ResponsiveContainer.TBreakpoint>' and 'Set' #51

Open
JPsWebsite opened this issue Nov 8, 2019 · 1 comment

Comments

@JPsWebsite
Copy link

Hello,

I try to build "FrameStandPackage_10_3_260" but getting the error "[dcc32 Error] ResponsiveContainer.pas(30): E2010 Incompatible types: 'System.TArray<ResponsiveContainer.TBreakpoint>' and 'Set'"

I'm using Embarcadero® Delphi 10 Seattle Version 23.0.20618.2753

Can you help me?

@cayque10
Copy link

Hello.
I tried to compile and got the same error, but I resolved to do this and was able to compile

    {$IFDEF VER300}
      constructor Create(const ABreakpoints: TArray<TBreakpoint>); virtual;
    {$ELSE}
      constructor Create(const ABreakpoints: TArray<TBreakpoint> = []); virtual;
    {$ENDIF}

I don't know the impact of this in the all project.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants