Am Samstag, den 03.04.2010, 20:48 +0100 schrieb Chris Dunworth:
> Hi All,
>
> I found the problem.
>
> It seems MySock.Connect("/var/run/gtm2")
> does require a port parameter
>
> using
>
> MySock.Connect("/var/run/gtm2", Net.local)
>
> socket opens and works corectly.
> I found this info by
) { THIS->iUsePort=65535; return; }
THIS->iUsePort=VPROP(GB_INTEGER);
END_PROPERTY
/*
Charlie,
using a version that dates from Sep 2009 is hardly 'very old'
Regards,
Chris Dunworth
Date: Fri, 02 Ap
Am Freitag, den 02.04.2010, 22:34 +0100 schrieb Chris Dunworth:
> Hi All,
>
> Don't know if I'm doing something wrong or there is a bug
>
> Using Gambas 2.16 on SLAX 6.1.2 Linux Kernel 2.6.27.27
>
> Graphical application with Network programming option
>
> My class file
> ***
Hi All,
Don't know if I'm doing something wrong or there is a bug
Using Gambas 2.16 on SLAX 6.1.2 Linux Kernel 2.6.27.27
Graphical application with Network programming option
My class file
G