Re: [lazarus] Save error: unable to create stream Form1:TForm. Access violation

2006-07-24 Thread Alexandre Leclerc
2006/7/22, Mattias Gaertner <[EMAIL PROTECTED]>: On Fri, 21 Jul 2006 09:05:16 -0400 "Alexandre Leclerc" <[EMAIL PROTECTED]> wrote: > 2006/7/21, Mattias Gaertner <[EMAIL PROTECTED]>: > > On Wed, 19 Jul 2006 18:58:39 -0400 > > "Alexandre Leclerc" <[EMAIL PROTECTED]> wrote: > > > > > 2006/7/19, Mat

Re: [lazarus] Save error: unable to create stream Form1:TForm. Access violation

2006-07-22 Thread Mattias Gaertner
On Sat, 22 Jul 2006 14:52:01 +0200 (CEST) Michael Van Canneyt <[EMAIL PROTECTED]> wrote: > > > On Sat, 22 Jul 2006, Mattias Gaertner wrote: > > > On Sat, 22 Jul 2006 13:20:45 +0200 (CEST) > > Michael Van Canneyt <[EMAIL PROTECTED]> wrote: > > > > > > > > > > > On Sat, 22 Jul 2006, Mattias Ga

Re: [lazarus] Save error: unable to create stream Form1:TForm. Access violation

2006-07-22 Thread Michael Van Canneyt
On Sat, 22 Jul 2006, Mattias Gaertner wrote: > On Sat, 22 Jul 2006 13:20:45 +0200 (CEST) > Michael Van Canneyt <[EMAIL PROTECTED]> wrote: > > > > > > > On Sat, 22 Jul 2006, Mattias Gaertner wrote: > > > > > On Sat, 22 Jul 2006 12:35:58 +0200 (CEST) > > > Michael Van Canneyt <[EMAIL PROTECTED

Re: [lazarus] Save error: unable to create stream Form1:TForm. Access violation

2006-07-22 Thread Mattias Gaertner
On Sat, 22 Jul 2006 13:20:45 +0200 (CEST) Michael Van Canneyt <[EMAIL PROTECTED]> wrote: > > > On Sat, 22 Jul 2006, Mattias Gaertner wrote: > > > On Sat, 22 Jul 2006 12:35:58 +0200 (CEST) > > Michael Van Canneyt <[EMAIL PROTECTED]> wrote: > > > > > > > > > > > On Sat, 22 Jul 2006, Mattias Ga

Re: [lazarus] Save error: unable to create stream Form1:TForm. Access violation

2006-07-22 Thread Michael Van Canneyt
On Sat, 22 Jul 2006, Mattias Gaertner wrote: > On Sat, 22 Jul 2006 12:35:58 +0200 (CEST) > Michael Van Canneyt <[EMAIL PROTECTED]> wrote: > > > > > > > On Sat, 22 Jul 2006, Mattias Gaertner wrote: > > > > > // Delphi still cannot handle wide strings properly while streaming > > > Filer.D

Re: [lazarus] Save error: unable to create stream Form1:TForm. Access violation

2006-07-22 Thread Mattias Gaertner
On Sat, 22 Jul 2006 12:35:58 +0200 (CEST) Michael Van Canneyt <[EMAIL PROTECTED]> wrote: > > > On Sat, 22 Jul 2006, Mattias Gaertner wrote: > > > // Delphi still cannot handle wide strings properly while streaming > > Filer.DefineProperty('WideDefaultText', @ReadText, @WriteText, > > FDefau

Re: [lazarus] Save error: unable to create stream Form1:TForm. Access violation

2006-07-22 Thread Michael Van Canneyt
On Sat, 22 Jul 2006, Mattias Gaertner wrote: > // Delphi still cannot handle wide strings properly while streaming > Filer.DefineProperty('WideDefaultText', @ReadText, @WriteText, > FDefaultText <> 'Node'); > > The FCL TWriter has a problem too: It refuses to write empty widestrings. This

Re: [lazarus] Save error: unable to create stream Form1:TForm. Access violation

2006-07-22 Thread Mattias Gaertner
On Fri, 21 Jul 2006 09:05:16 -0400 "Alexandre Leclerc" <[EMAIL PROTECTED]> wrote: > 2006/7/21, Mattias Gaertner <[EMAIL PROTECTED]>: > > On Wed, 19 Jul 2006 18:58:39 -0400 > > "Alexandre Leclerc" <[EMAIL PROTECTED]> wrote: > > > > > 2006/7/19, Mattias Gaertner <[EMAIL PROTECTED]>: > > > > Can you

Re: [lazarus] Save error: unable to create stream Form1:TForm. Access violation

2006-07-22 Thread Mattias Gaertner
On Fri, 21 Jul 2006 11:47:07 -0400 "Alexandre Leclerc" <[EMAIL PROTECTED]> wrote: > 2006/7/21, Mattias Gaertner <[EMAIL PROTECTED]>: > > Does length(ws) return the right value? That means the number of characters > > (bytes div 2)? > > Mattias, > > I found that all the saving bugs are again rela

Re: [lazarus] Save error: unable to create stream Form1:TForm. Access violation

2006-07-21 Thread Alexandre Leclerc
2006/7/21, Marc Santhoff <[EMAIL PROTECTED]>: Am Freitag, den 21.07.2006, 09:05 -0400 schrieb Alexandre Leclerc: > I'm still > learning to work with comand line gdb. You could try "ddd" if you dislike command lines. I like command line, it's just the tool in itself that is to be learned. (In f

Re: [lazarus] Save error: unable to create stream Form1:TForm. Access violation

2006-07-21 Thread Marc Santhoff
Am Freitag, den 21.07.2006, 09:05 -0400 schrieb Alexandre Leclerc: > I'm still > learning to work with comand line gdb. You could try "ddd" if you dislike command lines. HTH, Marc _ To unsubscribe: mail [EMAIL PROTECTED] with

Re: [lazarus] Save error: unable to create stream Form1:TForm. Access violation

2006-07-21 Thread Alexandre Leclerc
2006/7/21, Mattias Gaertner <[EMAIL PROTECTED]>: Does length(ws) return the right value? That means the number of characters (bytes div 2)? Mattias, I found that all the saving bugs are again related to object that have widestring properties (like DefaultText)... many of them. And this was als

Re: [lazarus] Save error: unable to create stream Form1:TForm. Access violation

2006-07-21 Thread Alexandre Leclerc
2006/7/21, Mattias Gaertner <[EMAIL PROTECTED]>: On Wed, 19 Jul 2006 18:58:39 -0400 "Alexandre Leclerc" <[EMAIL PROTECTED]> wrote: > 2006/7/19, Mattias Gaertner <[EMAIL PROTECTED]>: > > Can you create a backtrace? > > Program received signal SIGSEGV, Segmentation fault. > $0040319a in SYSTEM_ALI

Re: [lazarus] Save error: unable to create stream Form1:TForm. Access violation

2006-07-21 Thread Mattias Gaertner
On Wed, 19 Jul 2006 18:58:39 -0400 "Alexandre Leclerc" <[EMAIL PROTECTED]> wrote: > 2006/7/19, Mattias Gaertner <[EMAIL PROTECTED]>: > > Can you create a backtrace? > > Program received signal SIGSEGV, Segmentation fault. > $0040319a in SYSTEM_ALIGNEDFWDMOVESSE_3$formal$formal$SMALLINT () > (gdb)

Re: [lazarus] Save error: unable to create stream Form1:TForm. Access violation

2006-07-20 Thread Alexandre Leclerc
2006/7/20, Alexandre Leclerc <[EMAIL PROTECTED]>: From my latest stable lazarus compile on this, I can confirm the error has been introduced either in revision 9526 or 9534. (I feel it is in the latest one, 9534; but I can't put my finger on it.) It might be the bigendian fix too (9526 ): this

Re: [lazarus] Save error: unable to create stream Form1:TForm. Access violation

2006-07-20 Thread Alexandre Leclerc
2006/7/19, Mattias Gaertner <[EMAIL PROTECTED]>: On Wed, 19 Jul 2006 18:58:39 -0400 "Alexandre Leclerc" <[EMAIL PROTECTED]> wrote: > 2006/7/19, Mattias Gaertner <[EMAIL PROTECTED]>: > > Can you create a backtrace? > > Program received signal SIGSEGV, Segmentation fault. > $0040319a in SYSTEM_ALI

Re: [lazarus] Save error: unable to create stream Form1:TForm. Access violation

2006-07-19 Thread Mattias Gaertner
On Wed, 19 Jul 2006 18:58:39 -0400 "Alexandre Leclerc" <[EMAIL PROTECTED]> wrote: > 2006/7/19, Mattias Gaertner <[EMAIL PROTECTED]>: > > Can you create a backtrace? > > Program received signal SIGSEGV, Segmentation fault. > $0040319a in SYSTEM_ALIGNEDFWDMOVESSE_3$formal$formal$SMALLINT () > (gdb)

Re: [lazarus] Save error: unable to create stream Form1:TForm. Access violation

2006-07-19 Thread Alexandre Leclerc
2006/7/19, Mattias Gaertner <[EMAIL PROTECTED]>: Can you create a backtrace? Program received signal SIGSEGV, Segmentation fault. $0040319a in SYSTEM_ALIGNEDFWDMOVESSE_3$formal$formal$SMALLINT () (gdb) backtrace #0 $0040319a in SYSTEM_ALIGNEDFWDMOVESSE_3$formal$formal$SMALLINT () #1 $00403283

Re: [lazarus] Save error: unable to create stream Form1:TForm. Access violation

2006-07-19 Thread Mattias Gaertner
On Wed, 19 Jul 2006 18:43:00 -0400 "Alexandre Leclerc" <[EMAIL PROTECTED]> wrote: > When I save a form after editing, there is no problems. > When I want to save it a second time, I always get a stream error; and > sometimes it makes the IDE crash. > > I have a very recent svn fresh compilation a

[lazarus] Save error: unable to create stream Form1:TForm. Access violation

2006-07-19 Thread Alexandre Leclerc
When I save a form after editing, there is no problems. When I want to save it a second time, I always get a stream error; and sometimes it makes the IDE crash. I have a very recent svn fresh compilation and this is a recent problem. Under win32. [Stream error] "Unable to create stream Form1:TFo