You are not logged in.
Pages: 1
Hello AB!
Last night I picked up the latest mORmot version (2014-12-03 22:08:05) and the latest CodeTyphon version (V5.2) and now when compiling the app I get the following error:
"SynCrossPlatformSpecific.pas(92,3) Fatal: Cannot find unit Windows used by SynCrossPlatformSpecific.".
{$ifdef ISDWS}
uses
SmartCL.System,
System.Types,
w3c.date;
{$else}
uses
{$ifndef USETMONITOR}
Windows,
{$endif}
SysUtils,
Classes;
{$endif}
As I see it in SynCrossPlatform.inc no definition USETMONITOR for FPC.
Offline
Should be fixed by http://synopse.info/fossil/info/6199b91b8a
Thanks for the report!
Offline
Pages: 1