Re: [fpc-pascal] Announcing PUMA Repository

2013-12-13 Thread waldo kitty
On 12/13/2013 5:41 PM, Vincent Snijders wrote: 2013/12/13 Johannes W. Dietrich mailto:j.w.dietr...@medizinische-kybernetik.de>> Sorry, I cannot understand your message. Which software do I need to decode it? I have no idea what went wrong. nothing went wrong... it appears that someo

Re: [fpc-pascal] FPC2.6 failed to raise compiler error "Argument can't be assigned to' for Generic class' Record property in "With" clause

2013-12-13 Thread Sven Barth
Am 13.12.2013 11:07 schrieb "Dennis Poon" : > > I think I found a bug in FPC 2.6.2. > In a method of a derived specialized class, the compiler does not raise error (which it should) > With "record property" do >"record property's field" := NewValue //it should raise error since it is a record

Re: [fpc-pascal] Announcing PUMA Repository

2013-12-13 Thread Vincent Snijders
2013/12/13 Johannes W. Dietrich > Sorry, I cannot understand your message. Which software do I need to > decode it? > > > I have no idea what went wrong. I meant to say: Maybe you can add it to the wiki too in this place: http://wiki.lazarus.freepascal.org/Components_and_Code_examples#Packages.2

Re: [fpc-pascal] Announcing PUMA Repository

2013-12-13 Thread waldo kitty
On 12/13/2013 3:12 PM, Johannes W. Dietrich wrote: Sorry, I cannot understand your message. Which software do I need to decode it? what you quoted is a MIME encoded block... the message headers should give you the information needed to decode it... your mail software should have decoded it fo

Re: [fpc-pascal] Announcing PUMA Repository

2013-12-13 Thread Johannes W. Dietrich
Sorry, I cannot understand your message. Which software do I need to decode it? J. W. D. Message: 2 Date: Fri, 13 Dec 2013 08:53:51 +0100 From: Vincent Snijders Subject: Re: [fpc-pascal] Announcing PUMA Repository To: FPC-Pascal users discussions Message-ID: Content-Type: text/plai

[fpc-pascal] FPC2.6 failed to raise compiler error "Argument can't be assigned to' for Generic class' Record property in "With" clause

2013-12-13 Thread Dennis Poon
I think I found a bug in FPC 2.6.2. In a method of a derived specialized class, the compiler does not raise error (which it should) With "record property" do "record property's field" := NewValue //it should raise error since it is a record property and should not be allowed to modify just