[Gambas-user] why ServerSocket won't load in an form less code ????
Coquet Olivier
olinux at ...289...
Sun Feb 15 08:05:01 CET 2004
sorry i'm so stupid than i go in a mouse hole and i comme back in some
years only :=)
gb.net components was not enabled :=))))))))))))
regards
olivier
Le sam 14/02/2004 �� 18:05, Benoit Minisini a ��crit :
> 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 ? :-)
More information about the User
mailing list