#1 2014-12-04 07:55:59

sjerinic
Member
Registered: 2013-02-11
Posts: 51

Error in SynCrossPlatformSpecific.pas

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

#2 2014-12-04 17:56:39

ab
Administrator
From: France
Registered: 2010-06-21
Posts: 14,182
Website

Re: Error in SynCrossPlatformSpecific.pas

Should be fixed by http://synopse.info/fossil/info/6199b91b8a

Thanks for the report!
smile

Offline

Board footer

Powered by FluxBB