[Gambas-user] why ServerSocket won't load in an form less code ????

Benoit Minisini gambas at ...1...
Sat Feb 14 18:05:29 CET 2004


On Saturday 14 February 2004 16:15, Coquet Olivier wrote:
> i'm trying to implement a telnet server without visual interface (form)
>
> when i lauch my prog it say me than ServerSocket class can't be loaded
> ????
>
> regards
> Olivier
>
> here a part of my module code:
>
> PUBLIC msk AS ServerSocket
> PUBLIC client AS Object[]
>
> PUBLIC SUB Main()
>
>   client=NEW Object[]
>   msk=NEW ServerSocket AS "msk"
>
>   msk.port = 4502
>   msk.listen (10)
>
> END
>

Hmm... Did you check the network component ? :-)

-- 
Benoit Minisini
mailto:gambas at ...1...





More information about the User mailing list