PureBasic 5.10 beta 5

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 5

Post by Fred »

Hello,

Quickly after the beta 4, here is a new build as there was some major issues, especially with modulo. It indeed includes every fixes since beta 4 and we are close to the final, so feel free to test your main applications with it.

Have fun !

The Fantaisie Software Team
breeze4me
Enthusiast
Enthusiast
Posts: 633
Joined: Thu Mar 09, 2006 9:24 am
Location: S. Kor

Re: PureBasic 5.10 beta 5

Post by breeze4me »

Thank you!
But it doesn't run. I installed it in a new folder. (x86 version)
---------------------------
PureBasic IDE
---------------------------
Cannot initialize Scintilla engine!

Make sure the 'Scintilla.dll' is placed in the 'Compilers' subdirectory of your PureBasic setup.
Fred
Administrator
Administrator
Posts: 18162
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: PureBasic 5.10 beta 5

Post by Fred »

Rebuild in progress for Windows, other versions should be ok.
Fred
Administrator
Administrator
Posts: 18162
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: PureBasic 5.10 beta 5

Post by Fred »

Should be ok now.
breeze4me
Enthusiast
Enthusiast
Posts: 633
Joined: Thu Mar 09, 2006 9:24 am
Location: S. Kor

Re: PureBasic 5.10 beta 5

Post by breeze4me »

It's OK now. Thanks.
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 5

Post by Didelphodon »

thx, checkin today
Go, tell it on the mountains.
davido
Addict
Addict
Posts: 1890
Joined: Fri Nov 09, 2012 11:04 pm
Location: Uttoxeter, UK

Re: PureBasic 5.10 beta 5

Post by davido »

Thank you.
It is looking great. :D
DE AA EB
User avatar
deeproot
Enthusiast
Enthusiast
Posts: 284
Joined: Thu Dec 17, 2009 12:00 pm
Location: Llangadog, Wales, UK
Contact:

Re: PureBasic 5.10 beta 5

Post by deeproot »

Thanks Fred + team :D ...... Testing today - all good so far.
User avatar
Zebuddi123
Enthusiast
Enthusiast
Posts: 796
Joined: Wed Feb 01, 2012 3:30 pm
Location: Nottinghamshire UK
Contact:

Re: PureBasic 5.10 beta 5

Post by Zebuddi123 »

Thanks Fred & Team.

I think these release`s should be called nightlies :shock: I seem to be changing my betas faster than my Paranoid android nightlies :D

Zebuddi. :D
malleo, caput, bang. Ego, comprehendunt in tempore
User avatar
Falko
Enthusiast
Enthusiast
Posts: 271
Joined: Sat Oct 04, 2003 12:57 pm
Location: Germany
Contact:

Re: PureBasic 5.10 beta 5

Post by Falko »

Thanks Fred & Team.
www.falko-pure.de
Win11 Pro 64-Bit, PB_6.11b1
User avatar
DoubleDutch
Addict
Addict
Posts: 3220
Joined: Thu Aug 07, 2003 7:01 pm
Location: United Kingdom
Contact:

Re: PureBasic 5.10 beta 5

Post by DoubleDutch »

Thanks... :)
https://deluxepixel.com <- My Business website
https://reportcomplete.com <- School end of term reports system
User avatar
oreopa
Enthusiast
Enthusiast
Posts: 283
Joined: Sat Jun 24, 2006 3:29 am
Location: Edinburgh, Scotland.

Re: PureBasic 5.10 beta 5

Post by oreopa »

Thx again. Fast stuff...
Proud supporter of PB! * Musician * C64/6502 Freak
Klaus_1963
User
User
Posts: 29
Joined: Wed Nov 25, 2009 9:37 am

Re: PureBasic 5.10 beta 5

Post by Klaus_1963 »

Thanks!

I have one more request :-)

If I use large numbers and I like to debug it the number in the debugger output is not displayed in a short format like "1E306" but with all zeros. It's difficult to count ;-)

Example:

Code: Select all

OpenConsole()
a.d = 1e306
Debug a
Input()
the number would be better to read, if you will use a short format (like 1E306) to display the large number in the debug output.

Thanks a lot

Klaus
PureBasic 4.72 LTS - Windows / MacOS / Linux / strong coffee / stronger coffee / Coffee intravenously...
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 5

Post by ts-soft »

@Klaus_1963
Feature Request is here: http://www.purebasic.fr/english/viewforum.php?f=3
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
User avatar
niijel
User
User
Posts: 24
Joined: Sun Oct 30, 2005 7:55 pm

Re: PureBasic 5.10 beta 5

Post by niijel »

thanks again all - soon be out of beta at this rate :D
Post Reply