Re: [fpc-pascal]gpm library compiled by default ?

2003-10-24 Thread Marco van de Voort
> On Thu, Oct 23, 2003 at 09:16:19AM +0200, Marco van de Voort wrote: > > > On Wed, Oct 22, 2003 at 10:53:51PM +0200, Michalis Kamburelis wrote: > > > > Maybe you're using the Keyboard unit ? This unit uses Mouse in it's > > > > implementation, and by default unit Mouse uses Gpm unit (that links to

Re: [fpc-pascal]gpm library compiled by default ?

2003-10-24 Thread James Mills
On Fri, Oct 24, 2003 at 07:59:56AM +0200, Michalis Kamburelis wrote: > From your answer I understand that you are recompiling Keyboard unit > with -dNOMOUSE, which is pointless. I wrote (maybe it was not clear > enough, sorry) that you should recompile _Mouse_ unit (not Keyboard unit). > > If th

[fpc-pascal]Sending files over a Nullmodem cable

2003-10-24 Thread Karim
Hello I play with the thought to write a socket program. This program should transfer large data files from my main computer to my notebook. For the connection, I want to use a nullmodem cable over the serial port. I will use the client/server model. The first problem is, how to access the seri

Re: [fpc-pascal]Sending files over a Nullmodem cable

2003-10-24 Thread Marco van de Voort
> I play with the thought to write a socket program. This program should > transfer large data files from my main computer to my notebook. For the > connection, I want to use a nullmodem cable over the serial port. I will > use the client/server model. > > The first problem is, how to access the