Hello.
I try to make msegui/mseide compatible with fpc 3.2.0.
Thanks to Graeme fixes, interfaces of msegui is now compatible with fpc
3.2.0.
But there is still problem with the use of TParamFlags with fp 3.2.0 and
mseide.
Now, using TParamFlags add by default "$self: Pointer" parameter, example
fredvs schrieb am Di., 23. Juli 2019, 12:52:
> Hello.
>
> I try to make msegui/mseide compatible with fpc 3.2.0.
>
> Thanks to Graeme fixes, interfaces of msegui is now compatible with fpc
> 3.2.0.
>
> But there is still problem with the use of TParamFlags with fp 3.2.0 and
> mseide.
>
> Now, usi
Hello.
> Check for pfHidden.
Thanks Sven for helping.
But I do not catch how to hide those "self" parameter.
IMHO, the guilty is here, in Martin's code msedisignparser.pas
(Sadly I did not find any example how to use TParameterFlag.
The goal is to ignore first parameter if fpc >= 3.2.x)