On Mon, 12 Jan 2004, Arne Hanssen wrote:
> I've installed FPC 1.9 on Linux and try to use the oCrt unit.
> It seems like my app crashes on this statement
>
> TitleWin^.FWrite(2,2,TextAttr,1,'Text');
>
> When I try to compile and run the ocrt_demo program which is
> included with FPC, it seem
I've installed FPC 1.9 on Linux and try to use the oCrt unit.
It seems like my app crashes on this statement
TitleWin^.FWrite(2,2,TextAttr,1,'Text');
When I try to compile and run the ocrt_demo program which is
included with FPC, it seems to crash also on such a statement
(its the FWrite method