GLBasic forum

Main forum => Announcements => Topic started by: Kitty Hello on 2016-Aug-17

Title: Update
Post by: Kitty Hello on 2016-Aug-17
This fixes the libPNG issue for the play store and also brings support for IPv6.
Title: Re: Update
Post by: dreamerman on 2016-Aug-18
Great :)
It looks that some other commands were also changed
Code (glbasic) Select
remote_ip% = SOCK_GETIP(server$)
is now
ip_binary$ = SOCK_GETHOSTIP$(server$)

previously with IPv4 it was returning 32-bit integer, so now to support IPv6 it's basically returning same but as string? (and it goes to all other SOCK_ command that needed that argument e.g. SOCK_UDPSEND)
Title: Re: Update
Post by: UBERmonkeybot on 2016-Aug-18
Thanks Kitty.
Title: Re: Update
Post by: Kitty Hello on 2016-Aug-18
Yes. Ipv6 can't fit into a int64, so I return them as a binary string.
Title: Re: Update
Post by: Alex_R on 2016-Aug-18
Other update? Great news!! Many thanks   :good:
Title: Re: Update
Post by: bigsofty on 2016-Aug-19
Thanks Gernot for your continued support!  :happy:
Title: Re: Update
Post by: Kitty Hello on 2016-Aug-20
I forgot to say...the compiler should use multiple cores to compile now.
Title: Re: Update
Post by: Ian Price on 2016-Aug-20
Will that help compile faster?
Title: Re: Update
Post by: Qedo on 2016-Aug-20
GLBasic ver. 11.559 compile time 14.1 sec.
GLBasic ver. 12.656 compile time 13.1 sec.
GLBasic ver. 14.371 compile time 9,8 sec.
Title: Re: Update
Post by: Ian Price on 2016-Aug-20
Nice :)
Title: Re: Update
Post by: nabz32 on 2016-Aug-20
indeed faster compile speed thank you very much for the update Kitty :good:
Title: Re: Update
Post by: bigsofty on 2016-Aug-21
Ooh, faster compiles, I'm at the minute+ for mine so hopefully this will help!  :good:
Title: Re: Update
Post by: bigsofty on 2016-Aug-22
Wow, 26.0 secs, more than a 50% compile speed up, nice!  :good:
Title: Re: Update
Post by: Kitty Hello on 2016-Aug-22
You re welcome :) I think I update to  a more recent gcc too. Might link faster then. Dunno.
Title: Re: Update
Post by: Ian Price on 2016-Aug-23
Sounds like a very welcome move. Thanks Gernot :)
Title: Re: Update
Post by: Marmor on 2016-Aug-23
yea ipv6  :booze:

thx gernot


Title: Re: Update
Post by: Schranz0r on 2016-Aug-24
Yeay Gernot  :happy: