Re: [MSEide-MSEgui-talk] Space and empty lines removed in commits.

2020-03-18 Thread Sieghard
Hello fredvs,

you wrote on Wed, 18 Mar 2020 03:44:08 -0700 (MST):

> > But most probabely they were preexisting, I presume?   
> 
> Yes, they were produced maybe by a build process but that build process is
> not part of mse (imho).
> 
> >  (or compare them with tha originals, or just
> > dump them and _use_ the originals),  
> 
> Yes, I did tests before to choose what to commit.
> And, yes, applying the patch on image-files makes some images corrupted.
> 
> So, imho, the safer is just to paste the original images after the patch.
> It is what was done.

Alright then. Tous en ordre.

-- 
-- 
(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-18 Thread fredvs
Hello Sieghard and others.

Just by curiosity, do you have try the enum program example with Delphi ?
Sadly I dont have delphi installed any more.

Here the test program:

PROGRAM enumtest;

type
tabulatorkindty =
(tak_none := 1,tak_left,tak_right,tak_centered,tak_decimal);
 
var
  kind: tabulatorkindty;
   
begin
if kind = tak_none then
WriteLn('OK it is tak_none')
  else WriteLn('No it is not tak_none') ;

   if kind = tabulatorkindty(0) then
WriteLn('OK it is 0')
  else WriteLn('No it is not 0') ;
end.

This to compare with fpc result:

$ /home/fred/enumtest
> No it is not tak_none
> OK it is 0 





--
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] Space and empty lines removed in commits.

2020-03-18 Thread fredvs
> But most probabely they were preexisting, I presume? 

Yes, they were produced maybe by a build process but that build process is
not part of mse (imho).

>  (or compare them with tha originals, or just
> dump them and _use_ the originals),

Yes, I did tests before to choose what to commit.
And, yes, applying the patch on image-files makes some images corrupted.

So, imho, the safer is just to paste the original images after the patch.
It is what was done.

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] Space and empty lines removed in commits.

2020-03-18 Thread Sieghard
Hello fredvs,

you wrote on Mon, 16 Mar 2020 14:45:09 -0700 (MST):

> > Wouldn't it be simpler to just rebuild all binaries  
> 
> Not sure to understand.
> There is no applications-binaries or libraries-binary in mseide-msegui
> source.
> All the binaries are about images files, like bmp, png, jpeg, ...

Ok, I didn't know what kind of binaries you meant. I thought of object
files or programs produced by the build process.

> Rebuild the images?

If the images weren't preexisting, i.e. they were produced by the build
process, then, yes. But most probabely they were preexisting, I presume?
Then you just can check them (or compare them with tha originals, or just
dump them and _use_ the originals), as, yes, the command may also "adversely
affect" an image file as well. But they're easily inspected, after all.

-- 
-- 
(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