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