PureBasic 5.10 beta 4

Developed or developing a new product in PureBasic? Tell the world about it.
Fred
Administrator
Administrator
Posts: 18162
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

PureBasic 5.10 beta 4

Post by Fred »

Hi there,

It's getting closer ! The fourth beta release of the upcoming 5.10 release is here, which includes various bug fixes and small changes:

Code: Select all

- Native types in pointer structure fields have been forbidden as well
- Enabled FTS4 support for SQLite
- Added an optional flag to DatabaseQuery(): #PB_Database_StaticCursor and #PB_Database_DynamicCursor (to allow FirstDatabaseRow() to work on some drivers)
It's available on your online account, don't hesitate to report any remaining bugs !

Have fun,

The Fantaisie Software Team
User avatar
Shield
Addict
Addict
Posts: 1021
Joined: Fri Jan 21, 2011 8:25 am
Location: 'stralia!
Contact:

Re: PureBasic 5.10 beta 4

Post by Shield »

Nice! :)
Image
Blog: Why Does It Suck? (http://whydoesitsuck.com/)
"You can disagree with me as much as you want, but during this talk, by definition, anybody who disagrees is stupid and ugly."
- Linus Torvalds
davido
Addict
Addict
Posts: 1890
Joined: Fri Nov 09, 2012 11:04 pm
Location: Uttoxeter, UK

Re: PureBasic 5.10 beta 4

Post by davido »

Thanks for all the hard work.
Looks great from here. :D
DE AA EB
User avatar
ts-soft
Always Here
Always Here
Posts: 5756
Joined: Thu Jun 24, 2004 2:44 pm
Location: Berlin - Germany

Re: PureBasic 5.10 beta 4

Post by ts-soft »

Image thanks
PureBasic 5.73 | SpiderBasic 2.30 | Windows 10 Pro (x64) | Linux Mint 20.1 (x64)
Old bugs good, new bugs bad! Updates are evil: might fix old bugs and introduce no new ones.
Image
Little John
Addict
Addict
Posts: 4777
Joined: Thu Jun 07, 2007 3:25 pm
Location: Berlin, Germany

Re: PureBasic 5.10 beta 4

Post by Little John »

Once again just in time for the weekend. :-)
Thanks!
User avatar
Zebuddi123
Enthusiast
Enthusiast
Posts: 796
Joined: Wed Feb 01, 2012 3:30 pm
Location: Nottinghamshire UK
Contact:

Re: PureBasic 5.10 beta 4

Post by Zebuddi123 »

Thanks

Zebuddi. :D
malleo, caput, bang. Ego, comprehendunt in tempore
LuCiFeR[SD]
666
666
Posts: 1033
Joined: Mon Sep 01, 2003 2:33 pm

Re: PureBasic 5.10 beta 4

Post by LuCiFeR[SD] »

Thanks again team :) /me runs off to download...
User avatar
Didelphodon
PureBasic Expert
PureBasic Expert
Posts: 450
Joined: Sat Dec 18, 2004 11:56 am
Location: Vienna - Austria
Contact:

PureBasic 5.10 beta 4

Post by Didelphodon »

thx, gettn' it asap
Go, tell it on the mountains.
User avatar
oreopa
Enthusiast
Enthusiast
Posts: 283
Joined: Sat Jun 24, 2006 3:29 am
Location: Edinburgh, Scotland.

Re: PureBasic 5.10 beta 4

Post by oreopa »

Thanx PB team. Testing.
Proud supporter of PB! * Musician * C64/6502 Freak
User avatar
Sveinung
Enthusiast
Enthusiast
Posts: 142
Joined: Tue Oct 07, 2003 11:03 am
Location: Bergen, Norway

Re: PureBasic 5.10 beta 4

Post by Sveinung »

Thank you PB Team!!!

Regards
Sveinung
jassing
Addict
Addict
Posts: 1885
Joined: Wed Feb 17, 2010 12:00 am

Re: PureBasic 5.10 beta 4

Post by jassing »

[quote="Fred"]

Code: Select all

- Native types in pointer structure fields have been forbidden as well
- Enabled FTS4 support for SQLite
- Added an optional flag to DatabaseQuery(): #PB_Database_StaticCursor and #PB_Database_DynamicCursor (to allow FirstDatabaseRow() to work on some drivers)
Did the (sqlite/delete/update) limit-by flag cause issues?
User avatar
GeoTrail
Addict
Addict
Posts: 2794
Joined: Fri Feb 13, 2004 12:45 am
Location: Bergen, Norway
Contact:

Re: PureBasic 5.10 beta 4

Post by GeoTrail »

Hi Fred.
While I was messing around with the new VD and were trying to figure out where my code bug were hiding, this error message poped from the PB editor
Image

I wasn't doing anything and the PB window was minimized when the error appeared.

BTW: I haven't purebasic installed at C:\purebasic so I don't know whats up with that.
I Stepped On A Cornflake!!! Now I'm A Cereal Killer!
Fred
Administrator
Administrator
Posts: 18162
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: PureBasic 5.10 beta 4

Post by Fred »

jassing wrote:
Fred wrote:

Code: Select all

- Native types in pointer structure fields have been forbidden as well
- Enabled FTS4 support for SQLite
- Added an optional flag to DatabaseQuery(): #PB_Database_StaticCursor and #PB_Database_DynamicCursor (to allow FirstDatabaseRow() to work on some drivers)
Did the (sqlite/delete/update) limit-by flag cause issues?
No it's activated as well.
jassing
Addict
Addict
Posts: 1885
Joined: Wed Feb 17, 2010 12:00 am

Re: PureBasic 5.10 beta 4

Post by jassing »

Thanks Fred! I use sqlite so much; that these little improvements will really help out...
Thank you!

-josh
Poshu
Enthusiast
Enthusiast
Posts: 459
Joined: Tue Jan 25, 2005 7:01 pm
Location: Canada

Re: PureBasic 5.10 beta 4

Post by Poshu »

Yeaaaah, the IDE is finally usable on linux again! Thanks PB team!
Post Reply