Re: [fpc-pascal]udp file transfer

2004-01-06 Thread vkrish
> > sorry for a silly Q, > > > > > A shadow ICS lib has been entered into the CVS, directory projects/contrib/ics > > > > I just did a "cvd -z3 update -dP" to the current fpc tree but I did not find any > > contrib dir in the tree. where exactly is this ? > > It's not the fpc/ tree, but the

Re: [fpc-pascal]udp file transfer

2004-01-06 Thread vkrish
> > A shadow ICS lib has been entered into the CVS, directory projects/contrib/ics > > I just did a "cvd -z3 update -dP" to the current fpc tree but I did not find any > contrib dir in the tree. where exactly is this ? ok. I found it. plz. ignore my previous msg. cheers, -Krish ___

Re: [fpc-pascal]udp file transfer

2004-01-06 Thread Marco van de Voort
> sorry for a silly Q, > > > A shadow ICS lib has been entered into the CVS, directory projects/contrib/ics > > I just did a "cvd -z3 update -dP" to the current fpc tree but I did not find any > contrib dir in the tree. where exactly is this ? It's not the fpc/ tree, but the projects tree (the

Re: [fpc-pascal]udp file transfer

2004-01-06 Thread Marco van de Voort
> > > I'm working on a file transfer application for my company. It will be a > > > small win32 app that will transfer (huge) mpeg files through a satelite > > > link. Since the latency is high, i'm planning to use UDP. > > > > > > Any code/units/pointers highly appreciated. > > > > If you use a

Re: [fpc-pascal]udp file transfer

2004-01-06 Thread vkrish
sorry for a silly Q, > A shadow ICS lib has been entered into the CVS, directory projects/contrib/ics I just did a "cvd -z3 update -dP" to the current fpc tree but I did not find any contrib dir in the tree. where exactly is this ? cheers, -Krish __

Re: [fpc-pascal]udp file transfer

2004-01-06 Thread vkrish
> > I'm working on a file transfer application for my company. It will be a > > small win32 app that will transfer (huge) mpeg files through a satelite > > link. Since the latency is high, i'm planning to use UDP. > > > > Any code/units/pointers highly appreciated. > > If you use a FPC 1.9.x v

Re: [fpc-pascal]udp file transfer

2004-01-06 Thread Marco van de Voort
> I'm working on a file transfer application for my company. It will be a > small win32 app that will transfer (huge) mpeg files through a satelite > link. Since the latency is high, i'm planning to use UDP. > > Any code/units/pointers highly appreciated. If you use a FPC 1.9.x version (if not: c

[fpc-pascal]udp file transfer

2004-01-06 Thread vkrish
Hi all!, I'm working on a file transfer application for my company. It will be a small win32 app that will transfer (huge) mpeg files through a satelite link. Since the latency is high, i'm planning to use UDP. Any code/units/pointers highly appreciated. cheers, -Krish _