You are not logged in.
Pages: 1
I can't get SynDB Explorer to compile.
It's giving these sorts of errors:
[DCC Error] SQLite3ToolBar.pas(2905): E2010 Incompatible types: 'Array' and 'TStringDynArray'
It looks like recent changes to SQLite3Pages.pas has broken calls in SQLite3ToolBar.pas to TGDIPages.AddColumnHeaders.
Offline
This is fixed by http://synopse.info/fossil/info/6a34b75c47
Thanks for the report.
Offline
this line of code also not compiling in fileclient.pas from the synfile
DrawTextAcrossColsFromCSV(PC,$C0C0FF);
Offline
See http://synopse.info/fossil/info/31215eec71
Thanks!
Offline
Pages: 1