[fpc-pascal] TParamFlags and fpc 3.2.0.

2019-07-23 Thread fredvs
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

Re: [fpc-pascal] TParamFlags and fpc 3.2.0.

2019-07-23 Thread Sven Barth via fpc-pascal
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

Re: [fpc-pascal] TParamFlags and fpc 3.2.0.

2019-07-23 Thread fredvs
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)