Re: [fpc-pascal] Basic Sockets in FreePascal

2015-07-27 Thread Mark Morgan Lloyd
Coyo wrote: On Sun, 26 Jul 2015 15:47:52 + Mark Morgan Lloyd wrote: Michael Van Canneyt wrote: On Sun, 26 Jul 2015, 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 libr

Re: [fpc-pascal] Basic Sockets in FreePascal

2015-07-26 Thread Michael Van Canneyt
On Sun, 26 Jul 2015, Coyo wrote: On Sun, 26 Jul 2015 15:47:52 + Mark Morgan Lloyd wrote: Michael Van Canneyt wrote: On Sun, 26 Jul 2015, 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 ex

Re: [fpc-pascal] Basic Sockets in FreePascal

2015-07-26 Thread waldo kitty
On 07/26/2015 09:14 PM, Coyo wrote: How do you import a unit/library in FPC? Is there a .deb package or something that I install? hunh?? is there something wrong with the standard ""uses foo, bar;"" clause?? -- NOTE: No off-list assistance is given without prior approval. *Please keep

Re: [fpc-pascal] Basic Sockets in FreePascal

2015-07-26 Thread Coyo
On Sun, 26 Jul 2015 17:29:27 +0200 Ewald 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. > > Ho

Re: [fpc-pascal] Basic Sockets in FreePascal

2015-07-26 Thread Coyo
On Sun, 26 Jul 2015 15:47:52 + Mark Morgan Lloyd wrote: > Michael Van Canneyt wrote: > > On Sun, 26 Jul 2015, 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 p

Re: [fpc-pascal] Basic Sockets in FreePascal

2015-07-26 Thread Mark Morgan Lloyd
Michael Van Canneyt wrote: On Sun, 26 Jul 2015, 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. This is not correct. Of course Free Pascal

Re: [fpc-pascal] Basic Sockets in FreePascal

2015-07-26 Thread Ewald
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 wo

Re: [fpc-pascal] Basic Sockets in FreePascal

2015-07-26 Thread Michael Van Canneyt
On Sun, 26 Jul 2015, 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. This is not correct. Of course Free Pascal has native support for

[fpc-pascal] Basic Sockets in FreePascal

2015-07-26 Thread Coyo
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. I want to write an IRC bot in FreePascal, but I need the ability to both make outgoing connections to IRC