Re: [fpc-devel] Can someone confirm if this is a bug? (ancestor in TWRiter.WriteProperty)

2009-08-18 Thread Michael Van Canneyt
On Tue, 18 Aug 2009, Martin wrote: I may have mis-judged t, but the problem is still the same: when you get to write TPersistenChild you enter the following code tkClass: begin ObjValue := TObject(GetObjectProp(Instance, PropInfo)); if HasAncestor then begin

Re: [fpc-devel] Re: [fpc-pascal] Website connectivity

2009-08-18 Thread Axel Scheepers
On Mon, 2009-08-17 at 18:11 +0200, Michael Van Canneyt wrote: > > b) set the TCP maximum segment size of all *incoming* packets to 1472. This > > means that setting the MTU on your computer to a low value (which would > > then > > also be used by the server when replying) won't help, since the s

Re: [fpc-devel] Re: [fpc-pascal] Website connectivity

2009-08-18 Thread Jonas Maebe
On 17 Aug 2009, at 18:34, Axel Scheepers wrote: On Mon, 2009-08-17 at 18:11 +0200, Michael Van Canneyt wrote: b) set the TCP maximum segment size of all *incoming* packets to 1472. This means that setting the MTU on your computer to a low value (which would then also be used by the server w

Re: [fpc-devel] Can someone confirm if this is a bug? (ancestor in TWRiter.WriteProperty)

2009-08-18 Thread Paul Ishenin
Michael Van Canneyt wrote: when you get to write TPersistenChild you enter the following code tkClass: begin ObjValue := TObject(GetObjectProp(Instance, PropInfo)); if HasAncestor then begin AncestorObj := TObject(GetObjectProp(Ancestor, PropInfo)); if A

Re: [fpc-devel] Can someone confirm if this is a bug? (ancestor in TWRiter.WriteProperty)

2009-08-18 Thread Martin
Paul Ishenin wrote: Michael Van Canneyt wrote: when you get to write TPersistenChild you enter the following code tkClass: begin ObjValue := TObject(GetObjectProp(Instance, PropInfo)); if HasAncestor then begin AncestorObj := TObject(GetObjectProp(Ancestor, Pro

[fpc-devel] Please merge r13537 to fixes_2_4

2009-08-18 Thread Vincent Snijders
Please, merge r13537, a fix for compiling for wince to the fixes_2_4 branch. http://svn.freepascal.org/cgi-bin/viewvc.cgi?diff_format=l&view=rev&revision=13537 Vincent ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.or

[fpc-devel] Mac OS X Common Pascal Interfaces

2009-08-18 Thread Jonas Maebe
Hi, Thanks to an svn dump kindly provided by Peter N Lewis (and a subsequent import by Florian), the Mac OS X Common Pascal Interfaces (MacOSAll and all files it's generated from) are now available from the FPC svn server with full revision history. To check them out, use the following co