You are not logged in.
Pages: 1
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
I don't have XE2 installed... I tested on 2007 and XE4... sorry...
Please check https://synopse.info/fossil/info/f8e8212372
Offline
I don't have XE2 installed... I tested on 2007 and XE4... sorry...
Please check https://synopse.info/fossil/info/f8e8212372
thinks
Offline
Pages: 1