[fpc-pascal]udp file transfer
Marco van de Voort
marcov at stack.nl
Tue Jan 6 15:02:51 CET 2004
> > > 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: consider it), see ICS. (www.overbyte.be for
> > docs)
> >
> > A shadow ICS lib has been entered into the CVS, directory projects/contrib/ics
> >
> > ICS is windows only for now.
> That should not be a problem. Is the CVS thing a port of the original ?
Yes.
> (the one u mentioned in #fpc ?)
Yes.
> coz, I dont see FPC mentioned at http://www.overbyte.be . >
Patches were accepted, but Francois hasn't made a new demo since I did the
port. This is very inconvenient for me, since I'm not allowed to publish some
of his later additions.
The port is fairly trivial though, see http://www.stack.nl/~marcov/ics.html for
some of my notes.
Note that the port covers the non visual parts only.
> As for the GUI, is Lazarus ready on win32 ?
> I need a form with a few input fields + button + file chooser .
That should afaik be possible, but better ask on the lazarus list.
More information about the fpc-pascal
mailing list