[fpc-pascal] detecting if a socket is open in synapse

2012-01-21 Thread ik
Hello,

How can I detect if a tcp socket is open or not in synapse ?

Thanks,
Ido
___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] detecting if a socket is open in synapse

2012-01-21 Thread Daniel Gaspary
On Sat, Jan 21, 2012 at 09:28, ik ido...@gmail.com wrote:
 Hello,

 How can I detect if a tcp socket is open or not in synapse ?

Trying to send and detecting if an error was raisen:

http://www.ararat.cz/synapse/doku.php/public:howto:activeconnection
___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal


Re: [fpc-pascal] Redis client for object Pascal

2012-01-21 Thread Daniel Gaspary
On Fri, Jan 20, 2012 at 18:18, ik ido...@gmail.com wrote:
 The code is released under LGPL 3. I do wish to allow open/free and
 commercial usage, but to
 have any changes, additions etc, contribute back for everyone.

With LGPL (non modified) the only (commercial, closed) way to use the
project is with DLL's. Am I misinterpreting the LGPL?

Anyway, thanks for the great work .
___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal


Re: [fpc-pascal] detecting if a socket is open in synapse

2012-01-21 Thread ik
On Sat, Jan 21, 2012 at 14:19, Daniel Gaspary dgasp...@gmail.com wrote:

 On Sat, Jan 21, 2012 at 09:28, ik ido...@gmail.com wrote:
  Hello,
 
  How can I detect if a tcp socket is open or not in synapse ?

 Trying to send and detecting if an error was raisen:

 http://www.ararat.cz/synapse/doku.php/public:howto:activeconnection


Thank you

Ido

 ___
 fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
 http://lists.freepascal.org/mailman/listinfo/fpc-pascal

___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] Redis client for object Pascal

2012-01-21 Thread ik
On Sat, Jan 21, 2012 at 14:27, Daniel Gaspary dgasp...@gmail.com wrote:

 On Fri, Jan 20, 2012 at 18:18, ik ido...@gmail.com wrote:
  The code is released under LGPL 3. I do wish to allow open/free and
  commercial usage, but to
  have any changes, additions etc, contribute back for everyone.

 With LGPL (non modified) the only (commercial, closed) way to use the
 project is with DLL's. Am I misinterpreting the LGPL?


I've added modified lgpl file, that allow static linking into executable



 Anyway, thanks for the great work .


First wait for at least v0.1 ;)

Ido


 ___
 fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
 http://lists.freepascal.org/mailman/listinfo/fpc-pascal

___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal