Re: [fpc-pascal] Re: Socket library for Mac OS X

2008-08-29 Thread Paul
From: "Luca Olivetti" <[EMAIL PROTECTED]> To: "FPC-Pascal users discussions" Sent: Friday, August 29, 2008 9:29 AM Subject: Re: [fpc-pascal] Re: Socket library for Mac OS X En/na Paul ha escrit: Hi Luca, I've used ICS a lot. It's a very good library, but only f

Re: [fpc-pascal] Re: Socket library for Mac OS X

2008-08-29 Thread Luca Olivetti
En/na Paul ha escrit: Hi Luca, I've used ICS a lot. It's a very good library, but only for Delphi. Yes, I'm not arguing that. I was only remarking that ICS uses a different model than indy/synapse. See, e.g., sections "Indy is Blocking" and "Blocking is NOT Evil" in http://www.indyproject.or

Re: [fpc-pascal] Re: Socket library for Mac OS X

2008-08-28 Thread Damien Gerard
xactly the same, however without the GUI and the DMG installer won't work, but you can easily do it without it. Paul - Original Message - From: "Mattias Gaertner" <[EMAIL PROTECTED] > To: Sent: Thursday, August 28, 2008 9:44 PM Subject: Re: [fpc-pascal] Re: Socke

Re: [fpc-pascal] Re: Socket library for Mac OS X

2008-08-28 Thread Paul
Ok thanks, I'll try it also, I'm still waiting for my Mac though, so for the moment I can't test anything at all :-( Paul - Original Message - From: "Mattias Gaertner" <[EMAIL PROTECTED]> To: Sent: Thursday, August 28, 2008 9:44 PM Subject: Re:

Re: [fpc-pascal] Re: Socket library for Mac OS X

2008-08-28 Thread Mattias Gaertner
On Thu, 28 Aug 2008 20:57:22 +0200 "Paul" <[EMAIL PROTECTED]> wrote: > I've asked the Synapse list and since Lukas is answering on the list > but got no answer, I assumed it wouldn't work. He has no Mac so he can not test it. > It's also listed on his website/l only Windows and Linux. No one t

Re: [fpc-pascal] Re: Socket library for Mac OS X

2008-08-28 Thread Paul
uot;Mattias Gaertner" <[EMAIL PROTECTED]> To: Sent: Thursday, August 28, 2008 8:31 PM Subject: Re: [fpc-pascal] Re: Socket library for Mac OS X On Thu, 28 Aug 2008 20:16:03 +0200 "Paul" <[EMAIL PROTECTED]> wrote: Hi Luca, I've used ICS a lot. It's a very

Re: [fpc-pascal] Re: Socket library for Mac OS X

2008-08-28 Thread Mattias Gaertner
On Thu, 28 Aug 2008 20:16:03 +0200 "Paul" <[EMAIL PROTECTED]> wrote: > Hi Luca, > > I've used ICS a lot. > It's a very good library, but only for Delphi. > > Synapse doesn't work with FPC on Mac though, only on Windows and > Linux. Same for Indy. > So I'll try with lNet pointed by Damien. I use

Re: [fpc-pascal] Re: Socket library for Mac OS X

2008-08-28 Thread Paul
Hi Luca, I've used ICS a lot. It's a very good library, but only for Delphi. Synapse doesn't work with FPC on Mac though, only on Windows and Linux. Same for Indy. So I'll try with lNet pointed by Damien. thanks, Paul ___ fpc-pascal maillist - fp

Re: [fpc-pascal] Re: Socket library for Mac OS X

2008-08-28 Thread Luca Olivetti
El Wed, 27 Aug 2008 19:39:56 +0200 "Paul" <[EMAIL PROTECTED]> escribió: > I never used synapse before (only ICS with Delphi), so I don't know > exactly what you mean with "a C compatible library" I used ICS when it was called Fpiette components suite (it's the same thing, right?). When I wanted t

Re: [fpc-pascal] Re: Socket library for Mac OS X

2008-08-28 Thread Tobias Giesen
> I never used synapse before (only ICS with Delphi), so I don't know > exactly what you mean with "a C compatible library" Well on Windows, it uses the Windows sockets and on Mac OS X, it uses the standard Unix library units that come with FreePascal. So you don't need to worry about libraries a

Re: [fpc-pascal] Re: Socket library for Mac OS X

2008-08-28 Thread Jonas Maebe
On 28 Aug 2008, at 08:30, Paul wrote: Probably because none of them use it. If you want help with Pascal programming on the Mac, this is where you need to be: http://lists.sonic.net/mailman/listinfo/mac-pascal I know this list, but it's almost dead... It's generally low traffic, but very f

Re: [fpc-pascal] Re: Socket library for Mac OS X

2008-08-28 Thread Paul
Hi Jonas, Probably because none of them use it. If you want help with Pascal programming on the Mac, this is where you need to be: http://lists.sonic.net/mailman/listinfo/mac-pascal I know this list, but it's almost dead... Paul ___ fpc-pascal ma

Re: [fpc-pascal] Re: Socket library for Mac OS X

2008-08-27 Thread Jonas Maebe
On 27 Aug 2008, at 19:50, Paul wrote: I don't have a Mac yet :-( I'm just investigating what my options are before I start the development. I've asked some questions on Mac programmers forums, but they're all fanatics. Only a Mac is good and Windows and Linux sucks. You can find similar

Re: [fpc-pascal] Re: Socket library for Mac OS X

2008-08-27 Thread Michael Van Canneyt
On Wed, 27 Aug 2008, Paul wrote: > I don't have a Mac yet :-( > I'm just investigating what my options are before I start the development. > I've asked some questions on Mac programmers forums, but they're all fanatics. > Only a Mac is good and Windows and Linux sucks. > For development, only Xc

Re: [fpc-pascal] Re: Socket library for Mac OS X

2008-08-27 Thread Marco van de Voort
> I already checked it, but the website says Windows and Linux only There is also indy (10). http://wiki.freepascal.org/Indy_with_Lazarus http://www.indyproject.org/Sockets/fpc/index.EN.aspx IIRC it worked fine on my ppc mac. I don't know if it has been tested on an intel one. _

Re: [fpc-pascal] Re: Socket library for Mac OS X

2008-08-27 Thread Paul
; To: "FPC-Pascal users discussions" Sent: Wednesday, August 27, 2008 8:17 PM Subject: Re: [fpc-pascal] Re: Socket library for Mac OS X On Wed, 27 Aug 2008, Paul wrote: Hi Michael, > It works on Mac OS X as well. It just needs a C compatible library. I never used synapse before

Re: [fpc-pascal] Re: Socket library for Mac OS X

2008-08-27 Thread Michael Van Canneyt
On Wed, 27 Aug 2008, Paul wrote: > Hi Michael, > > > It works on Mac OS X as well. It just needs a C compatible library. > I never used synapse before (only ICS with Delphi), so I don't know exactly > what you mean with "a C compatible library" > Where can I find it ? It should be present on y

Re: [fpc-pascal] Re: Socket library for Mac OS X

2008-08-27 Thread Paul
Hi Michael, It works on Mac OS X as well. It just needs a C compatible library. I never used synapse before (only ICS with Delphi), so I don't know exactly what you mean with "a C compatible library" Where can I find it ? Paul ___ fpc-pascal maill

Re: [fpc-pascal] Re: Socket library for Mac OS X

2008-08-27 Thread Michael Van Canneyt
On Wed, 27 Aug 2008, Paul wrote: > Hi Tobias, > > I already checked it, but the website says Windows and Linux only It works on Mac OS X as well. It just needs a C compatible library. Michael. > > > Paul > > > > - Original Message - From: "Tobias Giesen" > <[EMAIL PROTECTED]>

Re: [fpc-pascal] Re: Socket library for Mac OS X

2008-08-27 Thread Paul
Hi Tobias, I already checked it, but the website says Windows and Linux only Paul - Original Message - From: "Tobias Giesen" <[EMAIL PROTECTED]> To: "FPC-Pascal users discussions" Sent: Wednesday, August 27, 2008 6:23 PM Subject: [fpc-pascal] Re: Socket library for Mac OS X Hel