You are not logged in.
Pages: 1
Line 893 does not compile:
"if ResStringRec.Identifier<64*1024 then begin"
with message "mORMoti18n.pas(893,19) Error: Illegal qualifier"
There are many others like this one.
Is there a compiler option i should set?
Environment: Lazarus + FPC 2.7.1
Offline
So? It seems to me Lazarus + FPC is quite capable of generating Windows code...
There is an i18n implementation on Lazarus.
I would suggest that compiler-specific (aka Delphi) code should be separated from the main mORMot sources. For the moment, it's not possible to distinguish easily what is cross-platform and usable anywhere to what is specific to a given platform and compiler.
BR
Last edited by terryc (2015-07-05 00:09:20)
Offline
Pages: 1