2006/9/15, Alexandre Leclerc <[EMAIL PROTECTED]>:
2006/9/15, Luiz Americo Pereira Camara <[EMAIL PROTECTED]>:
> Alexandre Leclerc wrote:
> > 2006/9/15, Mattias Gaertner <[EMAIL PROTECTED]>:
> >> On Fri, 15 Sep 2006 14:22:25 -0400
> >> "Alexandre Leclerc" <[EMAIL PROTECTED]> wrote:
> >>
> >> > 2006/9/15, Mattias Gaertner <[EMAIL PROTECTED]>:
> >> > > On Fri, 15 Sep 2006 14:11:00 -0400
> >> > > "Alexandre Leclerc" <[EMAIL PROTECTED]> wrote:
> >> > >
> >> > > > 2006/9/15, Mattias Gaertner <[EMAIL PROTECTED]>:
> >> > > > > On Fri, 15 Sep 2006 12:55:33 -0400
> >> > > > > "Alexandre Leclerc" <[EMAIL PROTECTED]> wrote:
> >> > > > >
> >> > > > > > Property in .lfm is:
> >> > > > > >     WideDefaultText =
> >> > > > > > it was (before last update):
> >> > > > > >     WideDefaultText = ''
> >> > > > > >
> >> > > > > > This is causing problems; I think you actually fixed that many
> >> > > > > > weeks ago.
> >> > > > >
> >> > > > > Yes, it looks familiar. That's why I want to make sure it is the
> >> > > > > same bug or a new one.
> >> > > >
> >> > > > Old or new it's there ;) I'm on revision 9874 and 4617 for FPC.
> >> > > >
> >> > > > The property is from VTV.
> >> > > >
> >> > > > > See lazarus/examples/widestringstreaming/widestringstreaming.lpi
> >> > > >
> >> > > > I do not see what I have to see there... ? (sorry)
> >> > >
> >> > > Compile the project and start it.
> >> > > Click on the button 'Write AGRoupBox to stream'.
> >> > > Check show stream in LFM format.
> >> > > I see a line
> >> > >   WideDefaultText = ''
> >> > >
> >> > > What do you see?
> >> >
> >> > Ah! I see! Well... I see:
> >> >     WideDefaultText =
> >> >
> >> > A sad story. :) So would that be old or new?
> >>
> >> Please make sure, that you have no old files in your lazarus source.
> >> Remove the lcl/lresources.pp and update your svn.
> >> At line 1828 there should be
> >>     end else begin
> >>       res:='''''';
> >>     end;
> >
> > That is true, the patch was in lresources.pp. I'm always updating svn
> > then exporting the source to a clean folder before compiling. So my
> > latest lresources.pp is correct:
> >
> > in my actual lazarus/lcl/lresources.pp:
> > 1827      if InString then res := res + '''';
> > 1828    end else begin
> > 1829      res:='''''';
> >
> > in my svn lazarus/lcl/lresources.pp:
> > 1827      if InString then res := res + '''';
> > 1828    end else begin
> > 1829      res:='''''';
> >
> > So I guess, this is something else.
> >
> These bugs altered the stored modifier behavior:
> http://www.freepascal.org/mantis/view.php?id=7232 and
> http://www.freepascal.org/mantis/view.php?id=6706
>
> I'm not sure if is related or not but is a clue

So it could actually be my FPC version and not lazarus... I'll get the
last FPC insted I think and try to compile.

I see that I already have the patched versions of these problems. I
could try using my old stable FPC with latest Lazarus to see if the
problem is from FPC because the latest Lazarus with latest FPC is
still problematic.

--
Alexandre Leclerc

_________________________________________________________________
    To unsubscribe: mail [EMAIL PROTECTED] with
               "unsubscribe" as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to