PureBasic 4.30 Beta1 released!

Developed or developing a new product in PureBasic? Tell the world about it.
eesau
Enthusiast
Enthusiast
Posts: 589
Joined: Fri Apr 27, 2007 12:38 pm
Location: Finland

Post by eesau »

Whoa, huge update. Thank you!
Fred
Administrator
Administrator
Posts: 18153
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Post by Fred »

You can use the negative offset, it's very unlikely than the list element header will ever change.
User avatar
luis
Addict
Addict
Posts: 3893
Joined: Wed Aug 31, 2005 11:09 pm
Location: Italy

Post by luis »

Fred wrote:You can use the negative offset, it's very unlikely than the list element header will ever change.
Thank you Fred.

Great work with this big update.
User avatar
DoubleDutch
Addict
Addict
Posts: 3220
Joined: Thu Aug 07, 2003 7:01 pm
Location: United Kingdom
Contact:

Post by DoubleDutch »

Thanks. :D
https://deluxepixel.com <- My Business website
https://reportcomplete.com <- School end of term reports system
Robbie
User
User
Posts: 10
Joined: Fri Nov 11, 2005 9:57 am

Post by Robbie »

Awesome, thanks! :D

Is there a way to include the 3D DLL inside the final executable? This would be a great option. Does the 3D engine rely on any external DLLs/whatever under MacOS and Linux?
User avatar
luis
Addict
Addict
Posts: 3893
Joined: Wed Aug 31, 2005 11:09 pm
Location: Italy

Post by luis »

" NOTE: "Read x.b" will now read a long, as the default type will be used for the Read, and then converted to byte! "

Shouldn't be a integer ?

The new default data type is integer, right ?

Example:

Code: Select all

Global myvar
myvar should be an integer just as with 4.20 was a long.

So read should be use integer by default as well.


:?:
freak
PureBasic Team
PureBasic Team
Posts: 5940
Joined: Fri Apr 25, 2003 5:21 pm
Location: Germany

Post by freak »

Yes, its a mistake in the announcement. I corrected it.
quidquid Latine dictum sit altum videtur
Fred
Administrator
Administrator
Posts: 18153
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Post by Fred »

Sure it's integer as well.
User avatar
flaith
Enthusiast
Enthusiast
Posts: 704
Joined: Mon Apr 25, 2005 9:28 pm
Location: $300:20 58 FC 60 - Rennes
Contact:

Post by flaith »

:shock: KAWABOUNGA :D :D :D

ie : Thanks a lot PB TEAM
“Fear is a reaction. Courage is a decision.” - WC
Marco2007
Enthusiast
Enthusiast
Posts: 648
Joined: Tue Jun 12, 2007 10:30 am
Location: not there...

Post by Marco2007 »

byo wrote:The 3D demos runs smoothly here.
Which one? Skybox and Skydome don`t run well with PB.4.30b1.
I have no problems with 4.20.
PureBasic for Windows
Thalius
Enthusiast
Enthusiast
Posts: 711
Joined: Thu Jul 17, 2003 4:15 pm
Contact:

Post by Thalius »

3D Demos run nicely here on a SM 3.0 Card. Windows.

@Marco
What does the console output (OGRE-Debugger) tell you on the non working examples? ( btw this concept of teh console debugger is somewhat familiar *g* ) :)

Didnt manage to run em on a SM 1.4 Card on Linux - ill try later with a SM 4.1 Card.

Cheers,
Thalius
"In 3D there is never enough Time to do Things right,
but there's always enough Time to make them *look* right."
"psssst! i steal signatures... don't tell anyone! ;)"
Marco2007
Enthusiast
Enthusiast
Posts: 648
Joined: Tue Jun 12, 2007 10:30 am
Location: not there...

Post by Marco2007 »

Thalius wrote: @Marco
What does the console output (OGRE-Debugger) tell you on the non working examples? ( btw this concept of teh console debugger is somewhat familiar *g* ) :)
I´ll have to install PB4.30b1 again. I just double-clicked the files in the examples-folder. If I´m moving the mouse....strange behaviour.
PureBasic for Windows
User avatar
Erlend
Enthusiast
Enthusiast
Posts: 114
Joined: Mon Apr 19, 2004 8:22 pm
Location: NORWAY

Post by Erlend »

Awesome update!!!

But, all the 3d demos hang, In 4.30Beta1 Linux IDE says after a short while "Compiler failed to restart" and commandline compiles and runs the demo but after 3dscreenrequester nothing happens... Ogre log has no fail message...
Trond
Always Here
Always Here
Posts: 7446
Joined: Mon Sep 22, 2003 6:45 pm
Location: Norway

Post by Trond »

freak wrote:> One request: please add also a regular archive, installers are not known to always play nice...

The installer has been changed to update over existing versions. If it does not do that then file a bugreport.
But what if you do not want that???
User avatar
blueznl
PureBasic Expert
PureBasic Expert
Posts: 6166
Joined: Sat May 17, 2003 11:31 am
Contact:

Post by blueznl »

Trond wrote:
freak wrote: > One request: please add also a regular archive, installers are not known to always play nice...

The installer has been changed to update over existing versions. If it does not do that then file a bugreport.
But what if you do not want that???
Just tell it to install in another folder and it will do so and leave your original installation alone.
( 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... )
Post Reply