Re: [twsocket] Firemonkey on OSX

2017-04-13 Thread Angus Robertson - Magenta Systems Ltd
> If it's still not working add a line to the HOSTS file: > 217.146.102.149 svn.overbyte.be > > It is all still down, both wiki.overbyte.be and svn.overbyte.be > are not accessible by name SVN is still up on the IP above or sites9.magsys.co.uk which is the real host name on my server. But

Re: [twsocket] Firemonkey on OSX

2017-04-13 Thread Eugene Kotlyarov
> Can we get a heads up when SVN is up and running again, please? >SVN was never down, there was a DNS problem with svn.overbyte.be which was >fixed last Tuesday as François announced here. >If it's still not working add a line to the HOSTS file: >217.146.102.149 svn.overbyte.be It is all

Re: [twsocket] Firemonkey on OSX

2017-04-10 Thread Angus Robertson - Magenta Systems Ltd
> Can we get a heads up when SVN is up and running again, please? SVN was never down, there was a DNS problem with svn.overbyte.be which was fixed last Tuesday as François announced here. If it's still not working add a line to the HOSTS file: 217.146.102.149 svn.overbyte.be Angus --

Re: [twsocket] Firemonkey on OSX

2017-04-10 Thread Ertan Küçükoğlu
> -Original Message- > From: TWSocket [mailto:twsocket-boun...@lists.elists.org] On Behalf Of Angus Robertson - Magenta Systems Ltd > Sent: Friday, April 7, 2017 10:46 AM > To: twsocket@lists.elists.org > Subject: Re: [twsocket] Firemonkey on OSX > > > It seems

Re: [twsocket] Firemonkey on OSX

2017-04-07 Thread Angus Robertson - Magenta Systems Ltd
> It seems that svn is not working or at least on my system but I > was able to get the latest (436) in ZIP format. The DNS was messed up for a few days, but SVN is zipped at 11pm each day and also available for download. > With the changes listed below, I had no problems compiling the >

Re: [twsocket] Firemonkey on OSX

2017-04-07 Thread Bill Florac
@lists.elists.org Subject: Re: [twsocket] Firemonkey on OSX > To get TWSocket to compile under OSX (FMX) and Windows These changes are now in V8.42 in SVN, but I don't have any Apple hardware without which Delphi will not allow me to even build OSX packages, so can not test anything. If you could

[twsocket] Firemonkey on OSX

2017-02-18 Thread Bill Florac
To get TWSocket to compile under OSX (FMX) and Windows Line 6611 FErrorMessage := SocketErrorDesc(FErrorCode); Should be FErrorMessage := WSocketErrorDesc(FErrorCode); The code at line 9718 should be excluded for POSIX {$IFNDEF POSIX} if