[MSEide-MSEgui-talk] New release of MSEide.

2020-03-30 Thread fredvs
Hello. Now that fpc 3.2.0 has been officially released: http://free-pascal-general.1045716.n5.nabble.com/FPC-3-2-0RC1-released-td5735128.html Maybe we could release also a new binary release of MSEide. The official last release is this:

Re: [MSEide-MSEgui-talk] About Warnings with mseide + fpc 3.0.4 / 3.2.0

2020-03-30 Thread fredvs
Hello Sieghard. OK warning disabled for those 2 cases. I did use {$warnings off}/{$warnings on} vs {$warn 4110 off}. This to isolate the warnings off only for those 2 lines: {$warnings off} result:= (key <> 0) and (key <> word(not modmask)); {$warnings on} {$warnings off} foldlevelmask =

Re: [MSEide-MSEgui-talk] About Warnings with mseide + fpc 3.0.4 / 3.2.0

2020-03-30 Thread Sieghard
Hello fredvs, you wrote on Mon, 30 Mar 2020 11:12:11 -0700 (MST): > About range check error: > > > > msedatalist.pas(891,18) Warning: (4110) Range check error while > > > evaluating constants (-193 must be between 0 and 255) > > Many thanks for your explanations. > It seems that the

Re: [MSEide-MSEgui-talk] About Warnings with mseide + fpc 3.0.4 / 3.2.0

2020-03-30 Thread fredvs
Ooops, in previous mail, please read: (warning 4110 in place of warning 6060): About range check error: > > msedatalist.pas(891,18) Warning: (4110) Range check error while > > evaluating constants (-193 must be between 0 and 255) Many thanks for your explanations. It seems that the