PureBasic 5.00 beta 8

Developed or developing a new product in PureBasic? Tell the world about it.
User avatar
RichAlgeni
Addict
Addict
Posts: 935
Joined: Wed Sep 22, 2010 1:50 am
Location: Bradenton, FL

Re: PureBasic 5.00 beta 8

Post by RichAlgeni »

IceSoft wrote:It seems the next realease is not in a stable status.
Maybe some more tests and additional betas are needed?
@IceSoft: Thanks for replacing me in the doghouse!
User avatar
deeproot
Enthusiast
Enthusiast
Posts: 284
Joined: Thu Dec 17, 2009 12:00 pm
Location: Llangadog, Wales, UK
Contact:

Re: PureBasic 5.00 beta 8

Post by deeproot »

Thanks team :D

Been coding and testing all today with 5.00 b8 - no problems for me.

In fact all the betas have been perfectly stable with my current big project - perhaps my code is not 'tricky' enough!
byo
Enthusiast
Enthusiast
Posts: 635
Joined: Mon Apr 02, 2007 1:43 am
Location: Brazil

Re: PureBasic 5.00 beta 8

Post by byo »

Amazing work as always, guys! Purebasic remains the sexiest programming language ever. :twisted:
Proud registered Purebasic user.
Because programming should be fun.
User avatar
IceSoft
Addict
Addict
Posts: 1682
Joined: Thu Jun 24, 2004 8:51 am
Location: Germany

Re: PureBasic 5.00 beta 8

Post by IceSoft »

RichAlgeni wrote:
IceSoft wrote:It seems the next realease is not in a stable status.
Maybe some more tests and additional betas are needed?
@IceSoft: Thanks for replacing me in the doghouse!
No prob.
Belive! C++ version of Puzzle of Mystralia
<Wrapper>4PB, PB<game>, =QONK=, PetriDish, Movie2Image, PictureManager,...
sartic
Enthusiast
Enthusiast
Posts: 143
Joined: Thu Aug 26, 2010 8:26 am

Re: PureBasic 5.00 beta 8

Post by sartic »

Any change or new stuff in ftp module?
Registered user of PB (on Linux Mint 21.1 & Win 10 64bit)
User avatar
blueznl
PureBasic Expert
PureBasic Expert
Posts: 6166
Joined: Sat May 17, 2003 11:31 am
Contact:

Re: PureBasic 5.00 beta 8

Post by blueznl »

I've compiled some stuff with the Betas and all worked fine. (To be honest, some stuff did not work, but after digging through my own code I found out that was caused by doing things not ENTIRELY correct, so it's hard to blame Fred & Co for that :-))
( 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... )
Olby
Enthusiast
Enthusiast
Posts: 461
Joined: Mon Jan 12, 2009 10:33 am
Contact:

Re: PureBasic 5.00 beta 8

Post by Olby »

Not sure if it's me, but since last SQlite update (around 4.61) I have to do (noticeably) more FinishDatabaseQuery() calls than before, otherwise database is locked and program locks (multi-threaded). I wonder if they changed something in SQlite code that broke existing (albeit poorly coded) programs. :cry: Other than that I really like new betas and the overall progress of PB. Thanks guys!
Intel Core i7 Quad 2.3 Ghz, 8GB RAM, GeForce GT 630M 2GB, Windows 10 (x64)
Fred
Administrator
Administrator
Posts: 18153
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: PureBasic 5.00 beta 8

Post by Fred »

You need one FinishDatabaseQuery() after every DatabaseQuery(), why do you need 'more' ?
Olby
Enthusiast
Enthusiast
Posts: 461
Joined: Mon Jan 12, 2009 10:33 am
Contact:

Re: PureBasic 5.00 beta 8

Post by Olby »

Sorry, I had to explain it better. What am trying to say is that my program worked fine pre PB 4.61 but once I compiled it with 4.61 and 5.00 betas Sqlite started to randomly lock my databases. As I have multi threaded system the whole application locks due to db deadlock situation. I know it's probably due to my own design fault (thread nightmare), non the less something has changed (presumably in Sqlite library) that affects how Sqlite behaves between pre and post v4.61. I have went over and over the code but don't seem to find why occasionally it would not release db locks (had to do a dirty hack to temporarily fix it). It's not really a good practice to use multi-user Sqlite databases over network and in a threaded manner. :|
Intel Core i7 Quad 2.3 Ghz, 8GB RAM, GeForce GT 630M 2GB, Windows 10 (x64)
Post Reply