Update

Previous topic - Next topic

Kitty Hello

This fixes the libPNG issue for the play store and also brings support for IPv6.

dreamerman

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)
Check my source code editor for GLBasic - link Update: 20.04.2020

UBERmonkeybot

Thanks Kitty.

Kitty Hello

Yes. Ipv6 can't fit into a int64, so I return them as a binary string.

Alex_R

Other update? Great news!! Many thanks   :good:

bigsofty

Thanks Gernot for your continued support!  :happy:
Cheers,

Ian.

"It is practically impossible to teach good programming style to students that have had prior exposure to BASIC.  As potential programmers, they are mentally mutilated beyond hope of regeneration."
(E. W. Dijkstra)

Kitty Hello

I forgot to say...the compiler should use multiple cores to compile now.

Ian Price

Will that help compile faster?
I came. I saw. I played.

Qedo

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.

Ian Price

I came. I saw. I played.

nabz32

indeed faster compile speed thank you very much for the update Kitty :good:

bigsofty

Ooh, faster compiles, I'm at the minute+ for mine so hopefully this will help!  :good:
Cheers,

Ian.

"It is practically impossible to teach good programming style to students that have had prior exposure to BASIC.  As potential programmers, they are mentally mutilated beyond hope of regeneration."
(E. W. Dijkstra)

bigsofty

Wow, 26.0 secs, more than a 50% compile speed up, nice!  :good:
Cheers,

Ian.

"It is practically impossible to teach good programming style to students that have had prior exposure to BASIC.  As potential programmers, they are mentally mutilated beyond hope of regeneration."
(E. W. Dijkstra)

Kitty Hello

You re welcome :) I think I update to  a more recent gcc too. Might link faster then. Dunno.

Ian Price

Sounds like a very welcome move. Thanks Gernot :)
I came. I saw. I played.