mergExtSocket stuff

2016-06-08 Thread Jerry Daniels
Fellow socket addicts, I cannot seem to get a socket to open w mergSocketAcceptConnections. The code with it will not compile. ‘Can’t find handler’ error. Anyone else using and know the trick? Licensing not the issue. Best, Jerry ___ use-livecode mail

Re: mergExtSocket stuff

2016-06-08 Thread Monte Goulding
Hi Jerry mergSocket is iOS only (so it won’t function in the IDE) and is only really maintained for legacy reasons because the engine now supports mobile sockets so I would recommend just using the engine commands. Cheers Monte > On 9 Jun 2016, at 8:20 AM, Jerry Daniels wrote: > > Fellow so

Re: mergExtSocket stuff

2016-06-08 Thread Glen Bojsza
Are mobile sockets in LC 8.0.1? I checked the dictionary there are a lot of mobilexxx but not sockets...is there documentation somewhere else? regards, Glen On Wed, Jun 8, 2016 at 6:23 PM, Monte Goulding wrote: > Hi Jerry > > mergSocket is iOS only (so it won’t function in the IDE) and is on

Re: mergExtSocket stuff?

2016-06-08 Thread Jerry Daniels
Thanks for the quick reply, Monte! And congrats on your new position there at LC. Yeah, I noticed that the button in the Copy Files pane of the standalone settings lit up when I chose iOS. I was thinking of sending datagrams and your stuff seemed more straight-forward. With the engine stuff, d

Re: mergExtSocket stuff?

2016-06-08 Thread Monte Goulding
> On 9 Jun 2016, at 9:17 AM, Jerry Daniels wrote: > > With the engine stuff, do I just write to socket like I would ordinarily? Yes I believe its the same as on desktop. Cheers Monte ___ use-livecode mailing list use-livecode@lists.runrev.com Please