PureBasic 6.10 LTS is out !
-
- Addict
- Posts: 1518
- Joined: Wed Nov 12, 2008 5:01 pm
- Location: Russia
Re: PureBasic 6.10 beta 1 - Xmas Release - is out !
wombats, Yes indeed. Thank you.
-
- Addict
- Posts: 1518
- Joined: Wed Nov 12, 2008 5:01 pm
- Location: Russia
Re: PureBasic 6.10 beta 1 - Xmas Release - is out !
Isn't there a need to free memory allocated in UTF8()?Fred wrote: Fri Dec 22, 2023 6:14 pmCode: Select all
Procedure IncrementJS(Json$) Static i Debug "IncrementJS "+Json$ i+1 ProcedureReturn UTF8(~"{ \"count\": "+Str(i)+ "}") EndProcedure Procedure ComputeJS(Json$) Debug "ComputeJS "+Json$ ProcedureReturn UTF8(~"150") EndProcedure
Re: PureBasic 6.10 beta 1 - Xmas Release - is out !
Many thanks to all the team. Happy festive season to all 

-
- User
- Posts: 18
- Joined: Sat Jun 21, 2003 12:11 pm
Re: PureBasic 6.10 beta 1 - Xmas Release - is out !
#PB_EventType_Refresh is not found
Re: PureBasic 6.10 beta 1 - Xmas Release - is out !
Thanks for the new beta. Merry Christmas!
Re: PureBasic 6.10 beta 1 - Xmas Release - is out !
Many Thanks and good xmas 
Now many time for new beta tests ...

Now many time for new beta tests ...
My Projects ThreadToGUI / OOP-BaseClass / EventDesigner V3
PB v3.30 / v5.75 - OS Mac Mini OSX 10.xx - VM Window Pro / Linux Ubuntu
Downloads on my Webspace / OneDrive
PB v3.30 / v5.75 - OS Mac Mini OSX 10.xx - VM Window Pro / Linux Ubuntu
Downloads on my Webspace / OneDrive
-
- User
- Posts: 29
- Joined: Thu Aug 03, 2023 5:44 pm
- Location: Off Planet
Re: PureBasic 6.10 beta 1 - Xmas Release - is out !
Great stuff. But I need a little assistance and think I've missed something: ListIconGadget - what flag values do I specify for column alignment?
Re: PureBasic 6.10 beta 1 - Xmas Release - is out !
@Fred
Can we using VS2022 for writing own libs for PB 6.10 now?
Can we using VS2022 for writing own libs for PB 6.10 now?
Re: PureBasic 6.10 beta 1 - Xmas Release - is out !
Thank you very much Fred and Timo a very nice Christmas gift.
I might get time to do a build of libdatachannel, a webRTC library without all the android bloat and JS stuff.
I might get time to do a build of libdatachannel, a webRTC library without all the android bloat and JS stuff.
libdatachannel is a standalone implementation of WebRTC Data Channels, WebRTC Media Transport, and WebSockets in C++17 with C bindings for POSIX platforms (including GNU/Linux, Android, FreeBSD, Apple macOS and iOS) and Microsoft Windows. WebRTC is a W3C and IETF standard enabling real-time peer-to-peer data and media exchange between two devices.
The library aims at being both straightforward and lightweight with minimal external dependencies, to enable direct connectivity between native applications and web browsers without the pain of importing Google's bloated reference library. The interface consists of somewhat simplified versions of the JavaScript WebRTC and WebSocket APIs present in browsers, in order to ease the design of cross-environment applications.
Re: PureBasic 6.10 beta 1 - Xmas Release - is out !
Thanks a lot for the best present for Christmas ever and the many other things included!WebGadget based on Edge component with the #PB_Web_Edge constant (Windows only)
Happy holidays and keep up Your excellent work!
-
- Enthusiast
- Posts: 796
- Joined: Tue May 20, 2008 2:12 am
- Location: Cologne, Germany
- Contact:
Re: PureBasic 6.10 beta 1 - Xmas Release - is out !
Wow, nice! Thanks a lot for the steady improvement 
Have a great Christmas time, everybody!

Have a great Christmas time, everybody!
Regards,
JamiroKwai
JamiroKwai
Re: PureBasic 6.10 beta 1 - Xmas Release - is out !
Without Doc its hard to find out how all this new stuff works. Most of the new constants (for example #PB_EventType_ColumnClick, #PB_Cipher_HMAC, #PB_Preference_NoBOM ...) seems not available here on Mac OS...
- majikeyric
- Enthusiast
- Posts: 187
- Joined: Mon Oct 21, 2013 5:21 pm
- Location: France
- Contact:
Re: PureBasic 6.10 beta 1 - Xmas Release - is out !
Thank you very much and merry xmas to all the PB Team !!! 

Re: PureBasic 6.10 beta 1 - Xmas Release - is out !
Can someone explain for what purpose the new WebViewGadget gadget appeared, and not the functionality of the existing WebGadget was expanded?
Dawn will come inevitably.