[fpc-pascal] Sock2Text

2008-06-09 Thread Carsten Bager
Hi "Sock2Text" is marked as deprecated what should I use as replacement (I can not find a equivalent). Regards Carsten Med venlig hilsen Carsten Bager BEAS A/S Brørupvænget 10 DK-7650 Bøvlingbjerg Tlf. : +45 9788 5222 Fax : +45 9788 5434 www.beas.dk __

[fpc-pascal] FPC_ARMEL system calls

2008-06-09 Thread Nataraj S Narayan
Hi I get the following strace out put when executing a fpc cross compiled binary using ppcrossarm (generated from latest fpc svn using following script :- #!/bin/bash ALLOPTS="CPU_TARGET=arm OS_TARGET=linux BINUTILSPREFIX=arm-linux- CROSSBINDIR=/home/nataraj/arm-2008q1/bin FPC=/usr/local/bin/ppc

Re: [fpc-pascal] Crt and remote terminal

2008-06-09 Thread Michael Van Canneyt
On Mon, 9 Jun 2008, Jonas Maebe wrote: > > On 09 Jun 2008, at 10:26, Carsten Bager wrote: > > >I can easily create some code where input output is redirected to the > >remote terminal but the crt unit still sends its commands to the terminal > >where the program was started. > >Is it possible

Re: [fpc-pascal] Crt and remote terminal

2008-06-09 Thread Jonas Maebe
On 09 Jun 2008, at 10:26, Carsten Bager wrote: I can easily create some code where input output is redirected to the remote terminal but the crt unit still sends its commands to the terminal where the program was started. Is it possible to re-Initialize the crt unit after the program is st

Re: [fpc-pascal] Crt and remote terminal

2008-06-09 Thread Michael Van Canneyt
On Mon, 9 Jun 2008, Carsten Bager wrote: > Hi > > I would like to have the possibility to log in to my program via TCP and use > the crt unit. (I monitor a connection attempt on a specific port number, and > opens a line when it is necessary) > > I can easily create some code where input ou

[fpc-pascal] Crt and remote terminal

2008-06-09 Thread Carsten Bager
Hi I would like to have the possibility to log in to my program via TCP and use the crt unit. (I monitor a connection attempt on a specific port number, and opens a line when it is necessary) I can easily create some code where input output is redirected to the remote terminal but the crt uni