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

Daniel Campos daniel.campos at ...338...
Sat Feb 14 18:09:31 CET 2004


Are you sure you didn't leave any reference to a graphical
component (may be Message() )? 

Try this, it works without qt!

Regards,

Daniel Campos





El sáb, 14-02-2004 a las 16:15, Coquet Olivier escribió:
> 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
> 
> 
> 
> -------------------------------------------------------
> SF.Net is sponsored by: Speed Start Your Linux Apps Now.
> Build and deploy apps & Web services for Linux with
> a free DVD software kit from IBM. Click Now!
> http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
> _______________________________________________
> Gambas-user mailing list
> Gambas-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
-------------- next part --------------
A non-text attachment was scrubbed...
Name: SrvSock-0.0.tar.gz
Type: application/x-compressed-tar
Size: 587 bytes
Desc: not available
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20040214/7ea9a4da/attachment.bin>


More information about the User mailing list