PureBasic 5.10 - Granted wishes release - is out !

Developed or developing a new product in PureBasic? Tell the world about it.
Thorium
Addict
Addict
Posts: 1271
Joined: Sat Aug 15, 2009 6:59 pm

Re: JCALG1 dropped??

Post by Thorium »

Amazing update. :D
A lot of stuff thats very usefull for me, thank you!
jassing wrote:It's unfortuante that this was dropped ...

For upgrading, there is no way to "recompress" old compressed files -- so to upgrade an application using it, it would require you to write a program in pre-5.1 to decompress all data files and then in 5.1 compress them. Adds a layer of complication...

It would be nice to have at least decompress available.

Why was it dropped?
There is a way, use this code to decompress: http://www.purebasic.fr/english/viewtop ... 12&t=38606
It's even up to 20% faster than the PB integrated decompressor.
User avatar
nco2k
Addict
Addict
Posts: 1344
Joined: Mon Sep 15, 2003 5:55 am

Re: PureBasic 5.10 - Granted wishes release - is out !

Post by nco2k »

thanks pb team. :D

c ya,
nco2k
If OSVersion() = #PB_OS_Windows_ME : End : EndIf
User avatar
mback2k
Enthusiast
Enthusiast
Posts: 257
Joined: Sun Dec 02, 2007 12:11 pm
Location: Germany

Re: PureBasic 5.10 - Granted wishes release - is out !

Post by mback2k »

Thank you very much, Fred and Team! Great work :-)
User avatar
Azul
Enthusiast
Enthusiast
Posts: 109
Joined: Fri Dec 29, 2006 9:50 pm
Location: Finland

Re: PureBasic 5.10 - Granted wishes release - is out !

Post by Azul »

Fred wrote:JCALG1 support has been dropped.
Any licensing issues if someone would post JCALG1 specification or sources for fully implementing it without PureBasic internal support? I did see mentioning that unpacking might be included later.

Code: Select all

; Hello, World!
BorisTheOld
Enthusiast
Enthusiast
Posts: 542
Joined: Tue Apr 24, 2012 5:08 pm
Location: Ontario, Canada

Re: PureBasic 5.10 - Granted wishes release - is out !

Post by BorisTheOld »

Fred wrote: - Added: PostEvent(), EventData()
Many thanks Fred.

This new feature has already allowed us to remove hundreds of lines of messy code from our applications.

We no longer need to simulate events, so inter-class communication has suddenly become a non-issue.
For ten years Caesar ruled with an iron hand, then with a wooden foot, and finally with a piece of string.
~ Spike Milligan
Denis
Enthusiast
Enthusiast
Posts: 704
Joined: Fri Apr 25, 2003 5:10 pm
Location: Doubs - France

Re: PureBasic 5.10 - Granted wishes release - is out !

Post by Denis »

Merci Fred and PB team too!
Merry Christmas!
A+
Denis
User avatar
STARGÅTE
Addict
Addict
Posts: 2086
Joined: Thu Jan 10, 2008 1:30 pm
Location: Germany, Glienicke
Contact:

Re: PureBasic 5.10 - Granted wishes release - is out !

Post by STARGÅTE »

Attention!
With PB 5.10 #PB_Integer <> #PB_Long on x86 and #PB_Integer <> #PB_Quad on x64!
So update your code if there is something like:

Code: Select all

CompilerSelect #PB_Integer
  CompilerCase #PB_Long
  CompilerCase #PB_Quad
CompilerEndSelect
PB 6.01 ― Win 10, 21H2 ― Ryzen 9 3900X, 32 GB ― NVIDIA GeForce RTX 3080 ― Vivaldi 6.0 ― www.unionbytes.de
Lizard - Script language for symbolic calculations and moreTypeface - Sprite-based font include/module
User avatar
RichAlgeni
Addict
Addict
Posts: 914
Joined: Wed Sep 22, 2010 1:50 am
Location: Bradenton, FL

Re: PureBasic 5.10 - Granted wishes release - is out !

Post by RichAlgeni »

Wow!
sec
Enthusiast
Enthusiast
Posts: 789
Joined: Sat Aug 09, 2003 3:13 am
Location: 90-61-92 // EU or ASIA
Contact:

Re: PureBasic 5.10 - Granted wishes release - is out !

Post by sec »

RichAlgeni wrote:Wow!
Are you running cod3 32bit on 64bit os :D (j/k)

Merry Xmas to RichAlgeni :D
User avatar
oreopa
Enthusiast
Enthusiast
Posts: 281
Joined: Sat Jun 24, 2006 3:29 am
Location: Edinburgh, Scotland.

Re: PureBasic 5.10 - Granted wishes release - is out !

Post by oreopa »

- Added: Line continuation feature, with the following operands: ',' '|' '+' And Or Xor (for now, the IDE hasn't be upgraded to display quickhelp/parenthesis correctly on multiline)

This.

Happy PBmas Fred and team. I love you.
Proud supporter of PB! * Musician * C64/6502 Freak
Little John
Addict
Addict
Posts: 4527
Joined: Thu Jun 07, 2007 3:25 pm
Location: Berlin, Germany

Re: PureBasic 5.10 - Granted wishes release - is out !

Post by Little John »

Awesome! Many thanks for this release!

Regards, Little John
Armoured
Enthusiast
Enthusiast
Posts: 348
Joined: Mon Jan 26, 2004 11:39 am
Location: ITALY
Contact:

Re: PureBasic 5.10 - Granted wishes release - is out !

Post by Armoured »

Thanks and merry xmas Fred!
User avatar
bembulak
Enthusiast
Enthusiast
Posts: 572
Joined: Mon Mar 06, 2006 3:53 pm
Location: Austria

Re: PureBasic 5.10 - Granted wishes release - is out !

Post by bembulak »

Awesome update!

Think about it:
A programming language which is affordable, supports Unicode out of the box without hassle, compiles to small and native binaries, is able to do GUI and Games, connects to databases, has built in network support, .... and has a slick IDE with included FormDesigner. Come on! As soon as Code Editor and Form Designer work together more closely, make some advertisements on the internet and ALL the Delphi and VB6 programmers will come to us. Ergo: World Domination!
Congratulations PB-Dev-Team.

Thank you and merry Xmas!
cheers,

bembulak
User avatar
Kuron
Addict
Addict
Posts: 1626
Joined: Sat Oct 17, 2009 10:51 pm
Location: Pacific Northwest

Re: PureBasic 5.10 - Granted wishes release - is out !

Post by Kuron »

JCALG1 support has been dropped.
:cry:

- Removed: DirectX7 and NT4 subsystem on Windows
Very bizarre to remove DX7 when may low end GPU chips will not properly support DX9, but will still support DX7 very well. You have just introduced massive compatibility issues for PB users by doing this.
User avatar
Bisonte
Addict
Addict
Posts: 1232
Joined: Tue Oct 09, 2007 2:15 am

Re: PureBasic 5.10 - Granted wishes release - is out !

Post by Bisonte »

Kuron wrote: Very bizarre to remove DX7 when may low end GPU chips will not properly support DX9, but will still support DX7 very well. You have just introduced massive compatibility issues for PB users by doing this.
hmmmm,
Release Date of DirectX 9.0 was December 19, 2002 !
10 years after... ok, longer than MS supported their most OS's ...
PureBasic 6.10 LTS (Windows x86/x64) | Windows10 Pro x64 | Asus TUF X570 Gaming Plus | R9 5900X | 64GB RAM | GeForce RTX 3080 TI iChill X4 | HAF XF Evo | build by vannicom​​
English is not my native language... (I often use DeepL to translate my texts.)
Post Reply