[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:
 https://sourceforge.net/projects/mseide-msegui/files/mseide-msegui/4.6.2/

Sadly this release in not yet compatible with fpc 3.2.0.

So, maybe it is time to release new binaries compatible with foc 3.2.0.

What do you think?

Fre;D 



--
Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/


___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


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 = byte(not (foldhiddenmask or currentfoldhiddenmask));
{$warnings on}

It was committed here:

https://github.com/mse-org/mseide-msegui/commit/28290d

Many thanks Sieghard for your attention and highly relevant advice.

Fre;D



--
Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/


___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


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 conclusion is, in this case, to use {$warn 4110 off} and
> dont touch to the original code.
> 
> OK everybody to disable warn 4110 for those 2 cases?

Seems to be acceptable in these cases, as they look very strongly like an
unfortunate algorithm's misbehaviour.

-- 
-- 
(Weitergabe von Adressdaten, Telefonnummern u.ä. ohne Zustimmung
nicht gestattet, ebenso Zusendung von Werbung oder ähnlichem)
---
Mit freundlichen Grüßen, S. Schicktanz
---




___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


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 conclusion is, in this case, to use {$warn 4110 off} and
dont touch to the original code.

OK everybody to disable warn 4110 for those 2 cases?





--
Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/


___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk