Re: [fpc-pascal] Interfaces via implements keyword

2009-11-28 Thread Denis Golovan
(Owner: TInterfacedObj); begin FOwner:=Owner; end; Now it is possible to start interface search from the owner and only if owner has no appropriate interface, it queries itself. That's seems pretty nice solution. -- Best regards, Denis Golovan

Re: [fpc-pascal] Interfaces via implements keyword

2009-11-25 Thread Denis Golovan
... Regards, Andrew Hall. ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal -- Best regards, Denis Golovan ___ fpc-pascal maillist - fpc-pascal

Re: [fpc-pascal] Interfaces via implements keyword

2009-11-23 Thread Denis Golovan
toolkit using Free Pascal http://opensoft.homeip.net/fpgui/ ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal -- Best regards, Denis Golovan

[fpc-pascal] Interfaces via implements keyword

2009-11-22 Thread Denis Golovan
. == -- Best regards, Denis Golovan ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] Crash at startup with sqlite project

2008-04-02 Thread Denis Golovan
at: procedure TSqlite3Dataset.InternalInitFieldDefs; sqlite3_step(vm); // Here Try using FPC svn. Several changes were commited recently. -- Best regards, Denis Golovan aka MageSlayer ___ fpc-pascal maillist - fpc-pascal

[fpc-pascal] Wince+DebugLn

2008-03-02 Thread Denis Golovan
(like Memchk in Delphi). How do you think? -- Best regards, Denis Golovan aka MageSlayer ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

[fpc-pascal] make RELEASE=1 ?

2008-02-29 Thread Denis Golovan
manually from makefiles? Or how to debug on wince :) ? P.S. Gentoo Linux, Lazarus SVN, FPC SVN -- Best regards, Denis Golovan aka MageSlayer ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc

Re: [fpc-pascal] make RELEASE=1 ?

2008-02-29 Thread Denis Golovan
of the lazarus Makefile.fpc's. They rely on the paths configured in fpc.cfg. Instead of RELEASE=1 you can use 'OPT=-g-' to disable debug info. Peter Thanks, Peter. Seems this is the only way :( -- Best regards, Denis Golovan aka MageSlayer ___ fpc