PureBasic 4.30 Beta 3 is out !

Developed or developing a new product in PureBasic? Tell the world about it.
LCD
Enthusiast
Enthusiast
Posts: 206
Joined: Sun Jun 01, 2003 10:55 pm
Location: Austria, Vienna
Contact:

Post by LCD »

Thanks a lot! Just one question: If StatusBarIcon() is a deprecated function, what should I use to replace (If this was mentioned in instruction: I keept the german version from PB 4.20)?
My PC
Ryzen 9 5950, 64 GB RAM, nVidia RTX A4000, Win 10
Ryzen 7 1700, 32 GB RAM, nVidia RTX A2000, Win 10
freak
PureBasic Team
PureBasic Team
Posts: 5940
Joined: Fri Apr 25, 2003 5:21 pm
Location: Germany

Post by freak »

Ha yes, we forgot to mention that.
It has been renamed to StatusBarImage(), and it now does not display the icon next to the text anymore, but needs a separate field for the image.
This change is in preparation for some StatusBar rework in 4.40, so we do not have to rename the command then.
quidquid Latine dictum sit altum videtur
Little John
Addict
Addict
Posts: 4775
Joined: Thu Jun 07, 2007 3:25 pm
Location: Berlin, Germany

Post by Little John »

Much appreciated, thank you!

Using the EXE installer on Windows, is it necessary to uninstall the Beta 2 version previously, or can the Beta 3 version be installed "over" it?

Regards, Little John
Fred
Administrator
Administrator
Posts: 18153
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Post by Fred »

You should be able to install it over it.
Little John
Addict
Addict
Posts: 4775
Joined: Thu Jun 07, 2007 3:25 pm
Location: Berlin, Germany

Post by Little John »

Huh, that was quick. :-) Thanks!

Regards, Little John
EdzUp[SD]
Enthusiast
Enthusiast
Posts: 104
Joined: Thu Jun 26, 2008 10:53 pm
Location: Banstead, UK

Post by EdzUp[SD] »

As a question does compiled exe have Engine.dll built into the exe?
Fred
Administrator
Administrator
Posts: 18153
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Post by Fred »

No, and it won't ever as the DLL is LGPL, so it has to be apart of the exe.
EdzUp[SD]
Enthusiast
Enthusiast
Posts: 104
Joined: Thu Jun 26, 2008 10:53 pm
Location: Banstead, UK

Post by EdzUp[SD] »

Ah ok just thought I would ask
EdzUp[SD]
Enthusiast
Enthusiast
Posts: 104
Joined: Thu Jun 26, 2008 10:53 pm
Location: Banstead, UK

Post by EdzUp[SD] »

Has threading changed in PB4.3b3 as I have a function called UpdateNetwork( *Dummy ), I call it with CreateThread( @UpdateNetwork(), 0 ) but I get the following error.

[ERROR] The Procedure specified in '@ProcedureName()' does not have the required argument or return type


EDIT: fixed it the procedure had a return type this was ok in 4.3b2 but is pounced on in beta 3
Fred
Administrator
Administrator
Posts: 18153
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Post by Fred »

Please don't post such question in a announcement topic.
User avatar
Psychophanta
Always Here
Always Here
Posts: 5153
Joined: Wed Jun 11, 2003 9:33 pm
Location: Anare
Contact:

Post by Psychophanta »

Many tons of thanks! :) :!:
http://www.zeitgeistmovie.com

while (world==business) world+=mafia;
Post Reply