Re: [fpc-pascal]Runtime Error 216 (oCrt).

2004-01-12 Thread Michael . VanCanneyt
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

[fpc-pascal]Runtime Error 216 (oCrt).

2004-01-12 Thread Arne Hanssen
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