Re: [fpc-pascal] fpdoc HTML class hierarchy output contains duplicates

2015-07-26 Thread Michael Van Canneyt
On Tue, 21 Jul 2015, Michael Van Canneyt wrote: On Tue, 21 Jul 2015, Graeme Geldenhuys wrote: Hi, Last night I came across something, which I think is a bug in fpdoc's HTML output. In recent times, fpdoc added a new output feature to the HTML generated - a class hierarchy page. Here is

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

[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

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

Re: [fpc-pascal] Basic Sockets in FreePascal

2015-07-26 Thread Coyo
On Sun, 26 Jul 2015 15:47:52 + Mark Morgan Lloyd markmll.fpc-pas...@telemetry.co.uk 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

Re: [fpc-pascal] Basic Sockets in FreePascal

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

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