internettools icon indicating copy to clipboard operation
internettools copied to clipboard

Will not install using Package Manager in Lazarus 3.99

Open CardanoDVPR opened this issue 2 years ago • 2 comments

Was unable to add this as a package. In the process of installing the package, I got this error: xquery__regex.pas(696,70) Error: Incompatible type for arg no. 2: Got "<procedure variable type of function(const PChar;const TFLRECaptures):AnsiString(0) of object;Register>", expected "<procedure variable type of function(const PChar;const Int64;const TFLRECaptures):AnsiString(0) of object;Register>"

I am using: Lazarus 3.99 (rev main_3_99-23-gf4e5dd4903) FPC 3.3.1 x86_64-linux-gtk2

CardanoDVPR avatar Jun 30 '23 00:06 CardanoDVPR

FLRE has changed.

Until I make an update, it only works with the old FLRE. See: https://github.com/benibela/internettools/issues/27

benibela avatar Jun 30 '23 12:06 benibela

Try it now ( cfe8587 )

And that is why there is also https://github.com/benibela/flre where I only merge FLRE changes that do not break things

benibela avatar Jul 08 '23 22:07 benibela