mse-org / mseide-msegui

MSEide is a Rapid Application Development IDE for platform independent rich GUI applications in the Pascal language. It comes with its own GUI toolkit called MSEgui. Binaries: https://github.com/mse-org/mseide-msegui/releases
GNU General Public License v2.0
119 stars 15 forks source link

TParamFlags and msedesignparser with fpc 3.2.0 #1

Closed fredvs closed 5 years ago

fredvs commented 5 years ago

There are some incompatibilities with TParamFlags used in msedesignparser.pas with fpc 3.2.0.

It produces that kind of code:

procedure onexec($self: Pointer; const sender: Tobject);

The first parameter: $self: Pointer should be omitted.

fredvs commented 5 years ago

It should be fixed with release 44f515f.