Hi! Installed Lazarus 1.6 RC1, FPC 3, Win32,
As addon, installed:
Internettools,
Synapse, synalist-code-185-trunk
Got a lot of errors in compile of Internettools, unit bbutils.pas
Messages, Warnings: 1
Compile package internettools 0.0: Exit code 1, Errors: 3, Warnings: 1, Hints: 51
bbutils.pas(163,67) Hint: Parameter "slice1" not used
bbutils.pas(163,89) Hint: Parameter "slice2" not used
bbutils.pas(1149,4) Hint: "open array" not yet supported inside inline procedure/function
bbutils.pas(1149,4) Hint: Inlining disabled
bbutils.pas(222,69) Hint: Parameter "slice1" not used
bbutils.pas(222,91) Hint: Parameter "slice2" not used
bbutils.pas(1372,4) Hint: "open array" not yet supported inside inline procedure/function
.....
....
bbutils.pas(5109,10) Error: function header doesn't match the previous declaration "dateTimeFormat(const AnsiString;LongInt;LongInt;LongInt;LongInt;LongInt;LongInt;const Double="0";const TDateTime=" Nan"):AnsiString;"
bbutils.pas(803,10) Error: Found declaration: dateTimeFormat(const AnsiString;LongInt;LongInt;LongInt;LongInt;LongInt;LongInt;const Double="0";const TDateTime=" Nan"):AnsiString;
bbutils.pas(805,10) Error: Found declaration: dateTimeFormat(const AnsiString;const TDateTime):AnsiString;
.
.
Ideas?