> Syntax has changed in Gb3. See here for my Gambas2-Gambas3 scrapbook
> notes..
>
> http://www.domotiga.nl/wiki/Gambas/Gambas3#UdpSocketSyntaxChange
>
Hey, very good page!
Note that now in Gambas 3, you don't have to do the following anymore:
Dim b As Byte[] = [CByte(&HF0), CByte(&H3E
Syntax has changed in Gb3. See here for my Gambas2-Gambas3 scrapbook notes..
http://www.domotiga.nl/wiki/Gambas/Gambas3#UdpSocketSyntaxChange
Happy porting!...
Regards,
Ron_2nd.
On Sun, Dec 12, 2010 at 12:42 AM, Kevin Fishburne
wrote:
>
> Code looks like this:
> ' General declarations.
>
Code looks like this:
' General declarations.
Public server_port As Integer ' UDP port server listens on and client sends
data to.
Public server_ip As String' IP address of the server that client sends
data to.
Public mode As String ' Mode to run game in ("client",