PureBasic 5.30 beta 9 released!

Developed or developing a new product in PureBasic? Tell the world about it.
Little John
Addict
Addict
Posts: 4773
Joined: Thu Jun 07, 2007 3:25 pm
Location: Berlin, Germany

Re: PureBasic 5.30 beta 1 released!

Post by Little John »

Wonderful new features!
Thank you so much!
CSHW89
User
User
Posts: 30
Joined: Thu Sep 09, 2010 2:47 pm

Re: PureBasic 5.30 beta 1 released!

Post by CSHW89 »

Wow, great features in particular the new PREPROCESS compiler flag. But for simpler implementation of precompiler is it possible to insert a new tool trigger in the "tool-chain" like this?

Code: Select all

Run tools with trigger "Before Compile/Run"
PREPROCESS
Run tools with new trigger "After Preprocess"
COMPILE
Run tools with trigger "After Compile/Run"
...
Image Image Image
User avatar
macros
User
User
Posts: 88
Joined: Wed Mar 15, 2006 1:47 pm
Location: Munich

Re: PureBasic 5.30 beta 1 released!

Post by macros »

Thank you very much for the nice new features!

I guess I will feel obliged to give you another donation as soon as I test them ;)
User avatar
blueb
Addict
Addict
Posts: 1111
Joined: Sat Apr 26, 2003 2:15 pm
Location: Cuernavaca, Mexico

Re: PureBasic 5.30 beta 1 released!

Post by blueb »

Fred, Timo and the team...Great job. :D
macros wrote:I guess I will feel obliged to give you another donation as soon as I test them ;)
Donation done with a smile, but I'll second another user... "Put another Donation button on the main page".
- It was too lonely at the top.

System : PB 6.21(x64) and Win 11 Pro (x64)
Hardware: AMD Ryzen 9 5900X w/64 gigs Ram, AMD RX 6950 XT Graphics w/16gigs Mem
User avatar
Kuron
Addict
Addict
Posts: 1626
Joined: Sat Oct 17, 2009 10:51 pm
Location: Pacific Northwest

Re: PureBasic 5.30 beta 1 released!

Post by Kuron »

Added: OpenGLGadget() with native opengl commands ande constants support for Windows, OSX and Linux
Awesome addition! Thanks guys. Now, if I could only remember my login info for my account to download it. :(
Best wishes to the PB community. Thank you for the memories. ♥️
flood
User
User
Posts: 32
Joined: Sun Aug 14, 2011 10:32 pm

Re: PureBasic 5.30 beta 1 released!

Post by flood »

Thanks for the update! I was really hoping to see Ogre 1.9 features. Is there any plans for that in a future version?
User avatar
Kuron
Addict
Addict
Posts: 1626
Joined: Sat Oct 17, 2009 10:51 pm
Location: Pacific Northwest

Re: PureBasic 5.30 beta 1 released!

Post by Kuron »

Added: OpenGLGadget() with native opengl commands ande constants support for Windows, OSX and Linux
Is somebody willing to post the help file section for this command/gadget?
Best wishes to the PB community. Thank you for the memories. ♥️
applePi
Addict
Addict
Posts: 1404
Joined: Sun Jun 25, 2006 7:28 pm

Re: PureBasic 5.30 beta 1 released!

Post by applePi »

there is an example "PureBasic\Examples\Sources\OpenGLGadget.pb" and it has a big item in the help file under the Gadgets section, yes it is a great addition which makes windowed GL easier to do.
erion
Enthusiast
Enthusiast
Posts: 128
Joined: Sun Jan 24, 2010 11:12 pm

Re: PureBasic 5.30 beta 1 released!

Post by erion »

Congratulations for this great release! I'm really, really glad for the JSon library!
In case you accept small suggestions, could you look into reusing open windows for dialogs please? See this topic http://www.purebasic.fr/english/viewtop ... =3&t=55879
To see a world in a grain of sand,
And a heaven in a wild flower,
Hold infinity in the palm of your hand,
And eternity in an hour.

- W. B.

Visit my site, also for PureBasic goodies http://erion.tdrealms.com
User avatar
netmaestro
PureBasic Bullfrog
PureBasic Bullfrog
Posts: 8451
Joined: Wed Jul 06, 2005 5:42 am
Location: Fort Nelson, BC, Canada

Re: PureBasic 5.30 beta 1 released!

Post by netmaestro »

Is somebody willing to post the help file section for this command/gadget?
http://lloydsplace.com/openglgadget.html

The link to the source example works, none of the other links do.

@applepi: Not everyone is using the Windows version and iirc the help isn't updated for the other two OS's.

If I'm not allowed to do this, team just message me and I'll take it down. But atm I don't see a problem with it.
BERESHEIT
julesd
User
User
Posts: 23
Joined: Fri May 24, 2013 1:39 am

Re: PureBasic 5.30 beta 1 released!

Post by julesd »

Posted questions earlier but did not receive an answer.

What version of Opengl is the opengl gadget capable of, and will it be added into the visual form editor component list?
User avatar
Kuron
Addict
Addict
Posts: 1626
Joined: Sat Oct 17, 2009 10:51 pm
Location: Pacific Northwest

Re: PureBasic 5.30 beta 1 released!

Post by Kuron »

@netmaestro Thank you very much. I deeply appreciate it. Truly an awesome command/gadget that is as fully capable as I was hoping it was. :D


@applepi I no longer have access to my account and can't download updates anymore. So, if I want updates I am going to have to buy PB again at some point. Since this is the only new feature that interests me, I wanted to see how it works and what its capabilities are before I try and come up with the money to buy PB again.
Best wishes to the PB community. Thank you for the memories. ♥️
rsts
Addict
Addict
Posts: 2736
Joined: Wed Aug 24, 2005 8:39 am
Location: Southwest OH - USA

Re: PureBasic 5.30 beta 1 released!

Post by rsts »

Can you even remember which account you used when you purchased PB? :)
eesau
Enthusiast
Enthusiast
Posts: 589
Joined: Fri Apr 27, 2007 12:38 pm
Location: Finland

Re: PureBasic 5.30 beta 1 released!

Post by eesau »

Big thanks for the new beta! Some of those IDE features look really great.
julesd wrote:Posted questions earlier but did not receive an answer.

What version of Opengl is the opengl gadget capable of, and will it be added into the visual form editor component list?
For me it says OpenGL 4.2.xxx so I think it uses the latest available.
User avatar
Kuron
Addict
Addict
Posts: 1626
Joined: Sat Oct 17, 2009 10:51 pm
Location: Pacific Northwest

Re: PureBasic 5.30 beta 1 released!

Post by Kuron »

rsts wrote:Can you even remember which account you used when you purchased PB? :)
I bought PB 10+ years ago. The email address I used when I bought it (which is also what is used as the login), I literally have not had access to since about two weeks after buying PB as my ISP changed their email stuff around. There was never a way to change your log in name. I used to be able to remember it and get it right after a couple of tries, but since the concussion I got back in February, I have had some major memory issues. Hence the reason I am still on 5.21 and not 5.22. :mrgreen: Due to the drop of the USD, PB is a tad more expensive than what it was when I first bought it. But, I will get it sorted at some point.
Best wishes to the PB community. Thank you for the memories. ♥️
Post Reply