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 r
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
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
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
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
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
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
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
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