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

Coquet Olivier olivier at ...289...
Sat Feb 14 16:15:16 CET 2004


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





More information about the User mailing list