Re: [fpc-pascal] Re: crossplatform networking

2009-01-30 Thread Marco van de Voort
In our previous episode, Paul Nicholls said:
 
  I don't need GUI/widget support as it would be only server-to-server 
  communication and mostly run as daemon/service.
 
  TIA.
 
  -Bee-
 
 I would suggest Synapse, as that works under Windows, Linux and I think also 
 Mac :-)
 I'm not sure about 64bit OSes though - probably.

That goes for Indy10 too. Afaik 64-bit and bigendian has briefly been tested
there, but not thorough.
___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal


Re: [fpc-pascal] Re: crossplatform networking

2009-01-30 Thread Adrian Veith

Paul Nicholls schrieb:
 Bee bisma-96w4lwiwc1nexsysy73...@public.gmane.org
 mailto:bisma-96w4lwiwc1nexsysy73...@public.gmane.org wrote in message
 news:49817e1f.8080...@brawijaya.ac.id...
  Hi all,
 
  I need to build some crossplatform networking applications. It'd be
  UDP-based. It should be able to support at least 3 mainstream OSes:
  Windows, Linux, and Mac. It also should be able to run on 64bit
  environment (at any OSes).
 
  Any suggestion what is the best crossplatform networking framework for
  FPC? At least able to run on the above 3 OSes. Indy? Synapse? lNet? And
  for what reasons?
 
  I don't need GUI/widget support as it would be only server-to-server
  communication and mostly run as daemon/service.
 
  TIA.
 
  -Bee-

 I would suggest Synapse, as that works under Windows, Linux and I
 think also
 Mac :-)
 I'm not sure about 64bit OSes though - probably.


I would vote for it as well - and it works for WinCE (but you need my
WinCE socket units, which are not official part of synapse, since Lukas
wants to use the fpc socket for ARM based targets as well).

Cheers,

Adian.


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


[fpc-pascal] Re: crossplatform networking

2009-01-29 Thread Paul Nicholls
Bee bisma-96w4lwiwc1nexsysy73...@public.gmane.org wrote in message 
news:49817e1f.8080...@brawijaya.ac.id...
 Hi all,

 I need to build some crossplatform networking applications. It'd be 
 UDP-based. It should be able to support at least 3 mainstream OSes: 
 Windows, Linux, and Mac. It also should be able to run on 64bit 
 environment (at any OSes).

 Any suggestion what is the best crossplatform networking framework for 
 FPC? At least able to run on the above 3 OSes. Indy? Synapse? lNet? And 
 for what reasons?

 I don't need GUI/widget support as it would be only server-to-server 
 communication and mostly run as daemon/service.

 TIA.

 -Bee-

I would suggest Synapse, as that works under Windows, Linux and I think also 
Mac :-)
I'm not sure about 64bit OSes though - probably.

cheers,
Paul 

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

Re: [fpc-pascal] Re: crossplatform networking

2009-01-29 Thread Michael Van Canneyt


On Fri, 30 Jan 2009, Paul Nicholls wrote:

 Bee bisma-96w4lwiwc1nexsysy73...@public.gmane.org wrote in message 
 news:49817e1f.8080...@brawijaya.ac.id...
  Hi all,
 
  I need to build some crossplatform networking applications. It'd be 
  UDP-based. It should be able to support at least 3 mainstream OSes: 
  Windows, Linux, and Mac. It also should be able to run on 64bit 
  environment (at any OSes).
 
  Any suggestion what is the best crossplatform networking framework for 
  FPC? At least able to run on the above 3 OSes. Indy? Synapse? lNet? And 
  for what reasons?
 
  I don't need GUI/widget support as it would be only server-to-server 
  communication and mostly run as daemon/service.
 
  TIA.
 
  -Bee-
 
 I would suggest Synapse, as that works under Windows, Linux and I think also 
 Mac :-)
 I'm not sure about 64bit OSes though - probably.

It does. I use it on 64-bit.

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


Re: [fpc-pascal] Re: crossplatform networking

2009-01-29 Thread Bee

It does. I use it on 64-bit.


Is it working on Mac (intel)?

-Bee-

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