PureBasic 5.00 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.00 beta 5

Post by Fred »

Hi there,

We are now close to the final release, it's only a bug fix beta. If you can, try to test your regular application with this version, as we believe it is stable enough. It will help us to have a robust 5.00 release, thanks ! You can grab the new beta on your online account as usual.

Have fun !

The Fantaisie Software Team
User avatar
Falko
Enthusiast
Enthusiast
Posts: 271
Joined: Sat Oct 04, 2003 12:57 pm
Location: Germany
Contact:

Re: PureBasic 5.00 beta 5

Post by Falko »

Thank's :shock:
www.falko-pure.de
Win11 Pro 64-Bit, PB_6.11b1
User avatar
grabiller
Enthusiast
Enthusiast
Posts: 309
Joined: Wed Jun 01, 2011 9:38 am
Location: France - 89220 Rogny-Les-Septs-Ecluses
Contact:

Re: PureBasic 5.00 beta 5

Post by grabiller »

Last edited by grabiller on Fri Oct 12, 2012 6:04 pm, edited 1 time in total.
guy rabiller | radfac founder / ceo | raafal.org
Fred
Administrator
Administrator
Posts: 18162
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: PureBasic 5.00 beta 5

Post by Fred »

Please post bugs in bug report sections, thanks ! Posting here isn't helpful.
dman
User
User
Posts: 48
Joined: Thu Oct 01, 2009 2:10 pm

Re: PureBasic 5.00 beta 5

Post by dman »

PB gets better and better all the time, what can I say, superb investment!

Currently working on a horror adventure fps game, PB gives me the tools to do that!

Thank you!
PureBasic
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 5

Post by deeproot »

Downloaded and installed, biggish application project compiled and run - no problems and all looking good so far :D.

Many thanks to the PB team!!
User avatar
kenmo
Addict
Addict
Posts: 2033
Joined: Tue Dec 23, 2003 3:54 am

Re: PureBasic 5.00 beta 5

Post by kenmo »

Downloaded, I hope to test it out this weekend!
akee
Enthusiast
Enthusiast
Posts: 496
Joined: Wed Aug 18, 2004 9:52 am
Location: Penang, Malaysia

Re: PureBasic 5.00 beta 5

Post by akee »

Woo hoo! Weekend project... :D
Lebostein
Addict
Addict
Posts: 826
Joined: Fri Jun 11, 2004 7:07 am

Re: PureBasic 5.00 beta 5

Post by Lebostein »

@Fred: Can you add the Sprite and Sprite3D library to version 5.0? At the moment PureBasic 5.0 is useless for me because 95% of my applications are working with sprites... :cry: I have tested all my simple codes and applications and all PureBasic Sprite examples... every times PB crashes...
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.00 beta 5

Post by netmaestro »

Lebostein, what OS are you using PB with? Here on Windows everything works.
BERESHEIT
marc_256
Addict
Addict
Posts: 835
Joined: Thu May 06, 2010 10:16 am
Location: Belgium
Contact:

Re: PureBasic 5.00 beta 5

Post by marc_256 »

For my two (big) 3D projects, I use PB at his limits, :mrgreen:
well, I try to do this ... more than 1.670.000 lines of code and data.
But all works well, better and better.

PB is unbreakable, for me it is the max. 8)

I love the canvas gadget,

Thanks,
Marc

Work on PC - WIN XP - 32bits
- every professional was once an amateur - greetings from Pajottenland - Belgium -
PS: sorry for my english I speak flemish ...
User avatar
Guimauve
Enthusiast
Enthusiast
Posts: 742
Joined: Wed Oct 22, 2003 2:51 am
Location: Canada

Re: PureBasic 5.00 beta 5

Post by Guimauve »

netmaestro wrote:Lebostein, what OS are you using PB with? Here on Windows everything works.
On Linux Mint 13 x64 all program that use the Screen (OpenScreen(), OpenWindowedScreen()) or using SDL and OpenGL together or using GTK GL Area and OpenGL with the debugger I experience few results such as :

Invalid Memory Access Error (GTK GL Area)
The debbuger program quit unexpectedly (Screen or SDL + OpenGL)

In both case, without the debugger everything is fine but tracking a bug without the debugger it's very difficult. In some case I use a MessageRequester() as a workaround but it's not adapted for debugging task. I hope Fred/Freak will solve this problem before the final release because the problem slow me down a lot.

Best regards
Guimauve
Dear Optimist, Pessimist,
and Realist,

While you guys were
busy arguing about the
glass of water, I DRANK IT !

Sincerely,
the Opportunist
User avatar
DoubleDutch
Addict
Addict
Posts: 3220
Joined: Thu Aug 07, 2003 7:01 pm
Location: United Kingdom
Contact:

Re: PureBasic 5.00 beta 5

Post by DoubleDutch »

Thanks.
https://deluxepixel.com <- My Business website
https://reportcomplete.com <- School end of term reports system
jamba
Enthusiast
Enthusiast
Posts: 144
Joined: Fri Jan 15, 2010 2:03 pm
Location: Triad, NC
Contact:

Re: PureBasic 5.00 beta 5

Post by jamba »

Guimauve wrote:
netmaestro wrote:Lebostein, what OS are you using PB with? Here on Windows everything works.
On Linux Mint 13 x64 all program that use the Screen (OpenScreen(), OpenWindowedScreen()) or using SDL and OpenGL together or using GTK GL Area and OpenGL with the debugger I experience few results such as :

Invalid Memory Access Error (GTK GL Area)
The debbuger program quit unexpectedly (Screen or SDL + OpenGL)

In both case, without the debugger everything is fine but tracking a bug without the debugger it's very difficult. In some case I use a MessageRequester() as a workaround but it's not adapted for debugging task. I hope Fred/Freak will solve this problem before the final release because the problem slow me down a lot.

Best regards
Guimauve
I have what I think is the same problem on Win7 x86. I'll post a bug in the bug forum if there isn't one there already.
( http://www.purebasic.fr/english/viewtop ... =4&t=51765 )
-Jon

Fedora user
But I work with Win7
User avatar
fsw
Addict
Addict
Posts: 1603
Joined: Tue Apr 29, 2003 9:18 pm
Location: North by Northwest

Re: PureBasic 5.00 beta 5

Post by fsw »

@Fred & Co.
you guys are on a roll...

I don't care if we need another two month or are at version 5 beta 42...
This will be the best PB ever 8)

A job well done :!:

I am to provide the public with beneficial shocks.
Alfred Hitshock
Post Reply