You are not logged in.
Pages: 1
Hello,
i migrate with new synpdf but i cant compile this version.
before I used version 1.18 without problem.
error :
[dcc32 Erreur] SynFPCTypInfo.pas(91): E2003 Identificateur non déclaré : 'PInterfaceData'
type
/// some type definition to avoid inclusion of TypInfo in SynCommons/mORMot.pas
PFPCInterfaceData = TypInfo.PInterfaceData;
i use delphi 10.2.3 (tokyo)
any idea ?
thanks
Offline
what condition should i look for?
in System.TypInfo.pas i dont see PInterfaceData
Last edited by Fantomas (2020-06-15 13:13:40)
Offline
I removed synfpctypinfo.pas from the project and it compiles
thanks!
Offline
I have added an explicit error when trying to compile FPC-specific units on Delphi
https://synopse.info/fossil/info/6eb9ea4c8c
Offline
Pages: 1