RE: [fpc-pascal] using Crt Functions inside a thread.

2006-03-21 Thread josepascual
viado el: martes, 21 de marzo de 2006 14:55 > Para: FPC-Pascal users discussions > Asunto: Re: [fpc-pascal] using Crt Functions inside a thread. > > > > Hi, > > > > I have a little program working with Crt units without > problem. I have > > change the print

Re: [fpc-pascal] using Crt Functions inside a thread.

2006-03-21 Thread Peter Vreman
> Hi, > > I have a little program working with Crt units without problem. I have > change the print way form, I have pushing Crt Commands inen Fifo (GotoXY, > ClrScr, ClrEol, Write,...) and I have created a Thread > class to pop this commands to execute it. > Problem seems to be cursor position in