Spelt / ZXing.Delphi

ZXing Barcode Scanning object Pascal Library for Delphi VCL and Delphi Firemonkey
Apache License 2.0
471 stars 206 forks source link

[DCC Error] ZXing.QrCode.Internal.FinderPattern.pas(71): E2266 Only one method from a group of overloaded methods can be published #108

Closed AppSep closed 3 years ago

AppSep commented 4 years ago

Delphi 10.x [DCC Error] ZXing.QrCode.Internal.FinderPattern.pas(71): E2266 Only one method from a group of overloaded methods can be published

Line 69 - 71

old

Line 69 class function CreateFinderPattern(const posX, posY, estimatedModuleSize: Single; Line 80 class function TFinderPatternHelpers.CreateFinderPattern(const posX, posY, estimatedModuleSize: Single; const count: Integer):IFinderPattern;

new

Line 69 class function CreateFinderPattern(const posX, posY, estimatedModuleSize: Single; Line 80 class function TFinderPatternHelpers.CreateFinderPattern(const posX, posY, estimatedModuleSize: Single; const count: Integer):IFinderPattern;

Spelt commented 4 years ago

Hi

I don't have this errors. The overload is working perfectly fine.

Which Delphi version and which platform are you using?

Edward

AppSep commented 4 years ago

Hi, Delphi 10.4.1 App for Win32/Win64/ios64/android64

Spelt commented 3 years ago

The overload is perfectly valid.