#1 2019-09-30 08:56:33

Bsaidus
Member
From: Algeria
Registered: 2018-12-16
Posts: 50

Error compilation on Delphi XE2

Hello.
while trying compile a project Exemple on Delphi XE2  I have the following error on declaration of PMethod on mORMot.pas

  {$ifndef FPC_OR_UNICODE} // not defined on older Delphi versions
  PMethod = ^TMethod;
  {$endif}


[DCC Error] mORMot.pas(2854): E2003 Undeclared identifier: 'PMethod'
[DCC Error] mORMot.pas(2856): E2005 'PMethod' is not a type identifier
[DCC Error] mORMot.pas(21101): E2005 'PMethod' is not a type identifier
[DCC Error] mORMot.pas(21106): E2066 Missing operator or semicolon

It do not reconize the PMethod.

Last edited by Bsaidus (2019-09-30 10:03:41)

Offline

#2 2019-09-30 10:07:52

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

Re: Error compilation on Delphi XE2

I don't have XE2 installed... I tested on 2007 and XE4... sorry...

Please check https://synopse.info/fossil/info/f8e8212372

Offline

#3 2019-09-30 13:34:43

Bsaidus
Member
From: Algeria
Registered: 2018-12-16
Posts: 50

Re: Error compilation on Delphi XE2

ab wrote:

I don't have XE2 installed... I tested on 2007 and XE4... sorry...

Please check https://synopse.info/fossil/info/f8e8212372


thinks

Offline

Board footer

Powered by FluxBB