[fpc-devel] Trying to patch TGuid
Jonas Maebe
jonas.maebe at elis.ugent.be
Fri Dec 23 13:12:26 CET 2016
On 22/12/16 22:07, Дмитрий Померанцев wrote:
> Here is I stuck. Can anyone suggest what is wrong here? The compiler does not allow include operator overloading or record methods in the system modules? Or is it some kind of a bug?
It's because the compiler has built-in assumptions regarding the symbols
that the tguid type contains and in which order they appear. Adding
extra symbols breaks those assumptions.
I'll see tonight whether I can remove those hard-coded assumptions.
Jonas
More information about the fpc-devel
mailing list