You are not logged in.
Pages: 1
Thanks. Time for me to start with fossil
Building sample projects on both Turbo Delphi 2006 and Delphi 2010 resulted in
[DCC Error] SampleData.pas(18): E2003 Undeclared identifier: 'RawUTF8'
and
[DCC Error] Unit1.pas(46): E2003 Undeclared identifier: 'StringToUTF8'
error messages.
That was resolved by adding SynCommons to Uses in both Unit1.pas and Sampledata.pas.
I'm sure there might be a better solution, I'm just posting this very newbie tip for those on similar skill level as I'm, as I have noted this issue was already raised on http://blog.synopse.info/post/2010/05/2 … ersion-1.7
And by the way, thanks a lot for SQLite3 Framework, this looks like exactly the thing I was looking for for development of small database desktop app with an embedded sqlite.
Pages: 1