Will not install using Package Manager in Lazarus 3.99
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
FLRE has changed.
Until I make an update, it only works with the old FLRE. See: https://github.com/benibela/internettools/issues/27
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