You are not logged in.
Downloaded mORMot and tried to compile it with Delphi 6, but I'm getting the following error:
[Error] SQLite3Commons.pas(26002): Undeclared identifier: 'Synchronize'
I was looking into it and it seems Delphi 6 didn't have this function(overload) at all. Functions I have in TThread are:
So I'm stuck on day 0: compiling the tool.
Posting a topic as
Synopse mORMot is a Client-Server ORM and Service Oriented Architecture framework for Delphi 6 up to XE2.
so I assume mORMot should compile -and work- even with Delphi 6.
Any help would be much appreciated - thanks in advance!
(before you ask: I must use Delphi 6, can't upgrade)
Last edited by zombie (2013-07-01 07:46:14)
Offline
This has been already fixed, AFAIK.
Please download the latest "unstable" 1.18 version from http://synopse.info/fossil/wiki?name=Get+the+source
Offline