[fpc-pascal] Basic Sockets in FreePascal

Coyo coyo at darkdna.net
Mon Jul 27 03:15:16 CEST 2015


On Sun, 26 Jul 2015 17:29:27 +0200
Ewald <ewald at yellowcouch.org> wrote:

> On 07/26/2015 04:49 PM, Coyo wrote:
> > I have read on the wiki and documentation that FreePascal does not have any native support for socket handling, and that you need an external third party library to have any support for it.
> 
> How about `uses sockets;` [1]? Basically it's the same as you would have
> in C, but all functions are prefixed `fp` (as are most other low level
> functions on *nix BTW).
> 
> [1] http://www.freepascal.org/docs-html/rtl/sockets/index-5.html
> 
> -- 
> Ewald

Thank you very much! I'll be sure to read all of that!

-- 
Coyo <coyo at darkdna.net>



More information about the fpc-pascal mailing list