Re: [fpc-pascal] Interfaces via implements keyword

2009-11-28 Thread Denis Golovan
d, obj); //try to find interface in itself if Result = Err then Result:=GetInterface(iid, obj); end; end; constructor TInterfacedObj.Create(Owner: TInterfacedObj); begin FOwner:=Owner; end; Now it is possible to start interface s

Re: [fpc-pascal] Interfaces via implements keyword

2009-11-25 Thread Denis Golovan
rking correctly/logically - and the same as it does in > Delphi... > > Regards, > > Andrew Hall. > > ___ > fpc-pascal maillist - fpc-pascal@lists.freepascal.org > http://lists.freepascal.org/mailman/listinfo/fpc-pascal > -- Be

Re: [fpc-pascal] Interfaces via implements keyword

2009-11-23 Thread Denis Golovan
> Regards, > - Graeme - > > -- > fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal > http://opensoft.homeip.net/fpgui/ > > ___ > fpc-pascal maillist - fpc-pascal@lists.freepascal.org > http://lis

[fpc-pascal] Interfaces via implements keyword

2009-11-22 Thread Denis Golovan
Intf2; I2.Print; I2:=I1 as IIntf2; I2.Print; end. ========== -- 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
; It crashes at startup at sqlite3ds.pas 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] Wince+DebugLn

2008-03-02 Thread Denis Golovan
e any other unit use (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

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

2008-02-29 Thread Denis Golovan
FPC SVN > > It is known issue and a shortcomming 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

[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