Bad answer of the "accept" command
Posted: Sat Jan 27, 2007 5:00 pm
When I execute the following handler, it always answers "error binding socket" on my Mac OS X system, but it works very well on my Window system. (with the OS, I can receive sockets so I am sure the Mac is visible from remote systems). Some body knows why ? Is there, some where, a demonstation stack of the abilities of revolution with the sockets and how to make remote systems dialogs between systems as client-server ?
Thanks
on ClickBtnAccept
accept connections on port 80 with message "AnswerAcceptConns"
if the result is not empty then answer the result
end ClickBtnAccept
Thanks
on ClickBtnAccept
accept connections on port 80 with message "AnswerAcceptConns"
if the result is not empty then answer the result
end ClickBtnAccept