Re: [Gambas-user] Problem with Sockets

2010-03-21 Thread Olivier Cruilles
Hello, You can try to replace 'localhost' by '127.0.0.1' It's the same. Olivier Cruilles Mail: linu...@club-internet.fr Le 21 mars 2010 à 15:59, tobias...@t-online.de a écrit : > > > Hey Mailing-List, > now I habe a problem with the sockets (gb.net, normal socket). I just create > one

[Gambas-user] Problem with Sockets

2010-03-21 Thread tobias...@t-online.de
Hey Mailing-List, now I habe a problem with the sockets (gb.net, normal socket). I just create one and connected like this Socket1.Connect("localhost", 80) - with the elements of the example in the documentation (waiting until the socket is ready and so on) and when I WRITE #Sock