[Gambas-user] Socket not working in 2.8

Fabien Bodard gambas.fr at ...626...
Wed Oct 7 12:38:11 CEST 2009


yes read about handle !... and NEW keyword  :/... this is the basis in
Gambas in Object management. (and in oo language)

With the desing mode the handle is automatically created from the control name.

2009/10/5 nospam.nospam.nospam at ...626... <nospam.nospam.nospam at ...626...>:
> On Sun, 2009-10-04 at 16:30 +0200, Ron wrote:
>> nospam.nospam.nospam at ...626... wrote:
>> > On Sun, 2009-10-04 at 16:11 +0200, Benoît Minisini wrote:
>> >
>> >
>> >>> I upgraded to 2.16 and still have the problem. MySock_Read doesn't fire.
>> >>> There is an NNTP server on 192.168.1.8:5000 that sends back a greeting
>> >>> when the connection is made by the client. The server logs also indicate
>> >>> that no connection was made.
>> >>>
>> >>> PRIVATE MySock AS Socket
>> >>>
>> >>> PUBLIC SUB Form_Open()
>> >>>   MySock = NEW Socket
>> >>>
>> >> You must write:
>> >>
>> >>    MySock = NEW Socket AS "MySock"
>> >>
>> >
>> > HA! You're a genius. That fixed it. Thank you.
>> >
>> >
>> >
>> LOL thats what I wrote a few msg back...
>
> Yes, you did.
>
>>  reading is so difficult.
>
> Oh, no. I read it. I chose not to thank you ever again after what you
> wrote the first time.
>
> HAND
>
>
> ------------------------------------------------------------------------------
> Come build with us! The BlackBerry® Developer Conference in SF, CA
> is the only developer event you need to attend this year. Jumpstart your
> developing skills, take BlackBerry mobile applications to market and stay
> ahead of the curve. Join us from November 9-12, 2009. Register now!
> http://p.sf.net/sfu/devconf
> _______________________________________________
> Gambas-user mailing list
> Gambas-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>




More information about the User mailing list