PureBasic 4.50 Beta 4 released!

Developed or developing a new product in PureBasic? Tell the world about it.
User avatar
Vera
Addict
Addict
Posts: 858
Joined: Tue Aug 11, 2009 1:56 pm
Location: Essen (Germany)

Re: PureBasic 4.50 Beta 2 released!

Post by Vera »

Hi,

thanks for the 'flowers', I'm glad it's useful :)

The first time I did this last year was quite manually via comparing the help-files, but later ts-soft posted a little code to extract all functions from the compiler directly which is very helpful.

And today he even wrote a second version (I haven't tested yet):
first version: http://www.purebasic.fr/german/viewtopi ... 19#p261819
new version: http://www.purebasic.fr/german/viewtopi ... 39#p269839

Besides NicTheQuick has been so nice to paste the list at nopaste.info: New Compiler-Functions to have an online view.

thanks to you both :)

... and some more is yet to come in a couple of days

cheers ~ Vera
somic
User
User
Posts: 66
Joined: Sun Jun 29, 2008 9:11 am
Location: Italy
Contact:

Re: PureBasic 4.50 Beta 2 released!

Post by somic »

PB Team,
thank you very much for the hard work and nice gift.

I can confirm that v 4.50 B2 is compiling my programs (then, it is not an April 1st fools' joke).

I've seen the interesting new functions.
I only wish to bring to you attention the post I've made in the "Wishlists" section (i.e http://www.purebasic.fr/english/viewtop ... =3&t=41720) that is simply recalling previous requests done by various PB fans. Hope you will have the opportunity to check it for future releases

Best regards and Happy Easter.

Somic
----------------------------------------------------------------------------
Semel in anno licet insanire (Seneca)
email: somic@libero.it, website: http://www.semelinanno.com
User avatar
max_aigneraigner@web.de
User
User
Posts: 67
Joined: Sun Nov 02, 2008 10:37 pm
Location: Bavaria
Contact:

Re: PureBasic 4.50 Beta 2 released!

Post by max_aigneraigner@web.de »

thanks PB team!
I really need these new list-features (although I already programmed them... but now it's officially available!!!)
great tools you have in the new compilter/debugger :)
happy belated birthday fred and perkin!
lg
walker
3D Projects
A ship is safest in the harbor, but that is not what ships are built for.
Thomas
Enthusiast
Enthusiast
Posts: 112
Joined: Sat Apr 26, 2003 8:45 pm

Re: PureBasic 4.50 Beta 2 released!

Post by Thomas »

The executable of a small program compiled with PB 4.50 is 1K bigger compared to PB 4.41. I found no reason for that in the change log of PB 4.50.

The executables of PB are still very small and efficient, so there is really no need to complain about. I tried several Basic languages and PB is the best of all. Never tried Visual Basic but I don't like bloated software anyway.

As long as there is no new functionality which is interesting for me, I stay with PB 4.41. Hopefully the speed and compactness of the executables are not sacrificed for new functionality in any future release.
Perkin
Enthusiast
Enthusiast
Posts: 504
Joined: Thu Jul 03, 2008 10:13 pm
Location: Kent, UK

Re: PureBasic 4.50 Beta 2 released!

Post by Perkin »

@Thomas
If you're using any images, then size difference could be due to changes in image lib.
%101010 = $2A = 42
Fred
Administrator
Administrator
Posts: 18153
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: PureBasic 4.50 Beta 2 released!

Post by Fred »

Size increment could come from many factors, including bug fixes. Yes, sometimes it takes more code to workaround a buggy feature (custom listicon grid anyone ?). And indeed, new version of the third party libraries sometimes get bigger because there is more functionality. That said, it's not in our way to work to add deliberately bloat to the commandset, it's quite the opposite. We always try to reduce the size impact if possible, trough intelligent linking scheme.
UserOfPure
Enthusiast
Enthusiast
Posts: 469
Joined: Sun Mar 16, 2008 9:18 am

Re: PureBasic 4.50 Beta 2 released!

Post by UserOfPure »

Thomas wrote:As long as there is no new functionality which is interesting for me, I stay with PB 4.41
You should check out data breakpoints. Makes debugging a hell of a lot easier.
UUICEO
User
User
Posts: 57
Joined: Tue Mar 10, 2009 9:09 pm
Location: Shakopee, Minnesota. USA

Re: PureBasic 4.50 Beta 2 released!

Post by UUICEO »

I'm most impressed by the speed at which this update was released since 4.41. You guys are great and I love PB.. Keep up the great work.
Windows 7 Ultimate x64 / PureBasic 5.21 LTS / ProGUI Platinum / PureVision / http://www.linkedin.com/groups/PureBasi ... =&trk=tyah
swight
New User
New User
Posts: 1
Joined: Fri Apr 16, 2010 1:15 am

Re: PureBasic 4.50 Beta 2 released!

Post by swight »

I just recently found your site(haven't downloaded anything yet) and was pleased to read in this thread about the addition of the List and related types(which I have used frequently in C# and VB.Net). One minor disappointment for me in the announcement was the dropping of support for images below 24-bit. This is because I am working on a project which could benefit from support for palette based images(which is very difficult to find). Does this drop of support also mean that it will be impossible to play with the image palette to do fast color changes?

One of my main interests in this product is being able to drop my dependency on the .Net framework.
Fred
Administrator
Administrator
Posts: 18153
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: PureBasic 4.50 Beta 2 released!

Post by Fred »

Palettized images wasn't really supported before anyway. You can handle palettized image through API without any problem.
User avatar
blueznl
PureBasic Expert
PureBasic Expert
Posts: 6166
Joined: Sat May 17, 2003 11:31 am
Contact:

Re: PureBasic 4.50 Beta 2 released!

Post by blueznl »

I've moved CodeCaddy, WallX, and two other projects over to 4.50b2 without any problems. I'm now checking the survival guide samples but no issues thus far.
( PB6.00 LTS Win11 x64 Asrock AB350 Pro4 Ryzen 5 3600 32GB GTX1060 6GB)
( The path to enlightenment and the PureBasic Survival Guide right here... )
jamba
Enthusiast
Enthusiast
Posts: 144
Joined: Fri Jan 15, 2010 2:03 pm
Location: Triad, NC
Contact:

Re: PureBasic 4.50 Beta 2 released!

Post by jamba »

is there any estimation of release of RC1?
-Jon

Fedora user
But I work with Win7
User avatar
kenmo
Addict
Addict
Posts: 2032
Joined: Tue Dec 23, 2003 3:54 am

Re: PureBasic 4.50 Beta 2 released!

Post by kenmo »

Looks great, thank you guys!
jamba
Enthusiast
Enthusiast
Posts: 144
Joined: Fri Jan 15, 2010 2:03 pm
Location: Triad, NC
Contact:

Re: PureBasic 4.50 Beta 2 released!

Post by jamba »

Fred is really blowing through any of these bugs with some super-human speed!
-Jon

Fedora user
But I work with Win7
Fred
Administrator
Administrator
Posts: 18153
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: PureBasic 4.50 Beta 3 released!

Post by Fred »

Beta 3 is online, a bug fix only release.
Post Reply