I love this package and it fills a great need I had, but I have a problem with the latest version.
Trying to compile the fpspreadsheet_visual package I get this serie of errors:
Compiling package laz_fpspreadsheet_visual 1.4: Exit code 1, Errors:8, Hints:1
fpspreadsheetgrid.pas(694,3) Error: Identifier not found "RangeSelectMode"
fpspreadsheetgrid.pas(694,22) Error: Identifier not found "rsmMulti"
fpspreadsheetgrid.pas(3049,24) Hint: Conversion between ordinals and pointers is not portable
fpspreadsheetgrid.pas(3113,8) Error: Identifier not found "HasMultiSelection"
fpspreadsheetgrid.pas(3115,22) Error: Identifier not found "SelectedRangeCount"
fpspreadsheetgrid.pas(3117,14) Error: Identifier not found "SelectedRange"
fpspreadsheetgrid.pas(3117,31) Error: Expression type must be class or record type
fpspreadsheetgrid.pas(3121,42) Error: Identifier not found "Bottom"
fpspreadsheetgrid.pas(3122,42) Error: Identifier not found "Right"
I tried this using Lazarus 1.3 (45478) and fpc 2.6.4.
Am I missing something?
Using Lazarus 1.2.6 and FPC 2.6.4 compiling does work.