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