PureBasic 4.00 - Beta 6

Developed or developing a new product in PureBasic? Tell the world about it.
User avatar
oryaaaaa
Addict
Addict
Posts: 825
Joined: Mon Jan 12, 2004 11:40 pm
Location: Okazaki, JAPAN

Post by oryaaaaa »

Thanks, Fred. :D
User avatar
flaith
Enthusiast
Enthusiast
Posts: 704
Joined: Mon Apr 25, 2005 9:28 pm
Location: $300:20 58 FC 60 - Rennes
Contact:

Post by flaith »

oryaaaaa wrote:Thanks, Fred. :D
Image
“Fear is a reaction. Courage is a decision.” - WC
User avatar
Michael Vogel
Addict
Addict
Posts: 2797
Joined: Thu Feb 09, 2006 11:27 pm
Contact:

Post by Michael Vogel »

The more betas the better Purebasic will be :wink:
User avatar
Droopy
Enthusiast
Enthusiast
Posts: 658
Joined: Thu Sep 16, 2004 9:50 pm
Location: France
Contact:

Post by Droopy »

Yes :D
User avatar
Psychophanta
Always Here
Always Here
Posts: 5153
Joined: Wed Jun 11, 2003 9:33 pm
Location: Anare
Contact:

Post by Psychophanta »

Again direct ASM color lines is ignored!!! :evil:
http://www.zeitgeistmovie.com

while (world==business) world+=mafia;
freak
PureBasic Team
PureBasic Team
Posts: 5940
Joined: Fri Apr 25, 2003 5:21 pm
Location: Germany

Post by freak »

There is no need to play mad here.. mistakes can happen.
quidquid Latine dictum sit altum videtur
User avatar
Psychophanta
Always Here
Always Here
Posts: 5153
Joined: Wed Jun 11, 2003 9:33 pm
Location: Anare
Contact:

Post by Psychophanta »

freak wrote:There is no need to play mad here.. mistakes can happen.
8)
http://www.zeitgeistmovie.com

while (world==business) world+=mafia;
User avatar
Hroudtwolf
Addict
Addict
Posts: 803
Joined: Sat Feb 12, 2005 3:35 am
Location: Germany(Hessen)
Contact:

Post by Hroudtwolf »

freak wrote:There is no need to play mad here.. mistakes can happen.
Thats True.
And don't forget, people... all pb-updates are cost-free for pb owners.
Therefore we have have to give thank to Fred and the PureBasic-Team.
Everyone can help to make PB better by finding BUGs in the BETAs and report them correctly.
User avatar
Psychophanta
Always Here
Always Here
Posts: 5153
Joined: Wed Jun 11, 2003 9:33 pm
Location: Anare
Contact:

Post by Psychophanta »

Right. I just try to help PB team :).
Sorry my way sometimes. :oops:
http://www.zeitgeistmovie.com

while (world==business) world+=mafia;
coma
Enthusiast
Enthusiast
Posts: 164
Joined: Fri Aug 15, 2003 3:46 am
Location: Canada

Post by coma »

thanks !!! :D
freak
PureBasic Team
PureBasic Team
Posts: 5940
Joined: Fri Apr 25, 2003 5:21 pm
Location: Germany

Post by freak »

The asm line coloring should be fixed once again.
quidquid Latine dictum sit altum videtur
Intrigued
Enthusiast
Enthusiast
Posts: 501
Joined: Thu Jun 02, 2005 3:55 am
Location: U.S.A.

Re: PureBasic 4.00 - Beta 6

Post by Intrigued »

Edwin Knoppert wrote:
Fred wrote:Hello folks,

The sixth release of forthcoming PureBasic 4.00 is available for testing, grab it while it's hot. It fixed a bunch of bugs and improve the reliability of this version. We encourage everyone who can switch to do it now, so the last bugs could be ironed quickly. Some news:
- OpenWindow() syntax has been changed: the flags is now at the end (before the ParentID), to respect the other commands definition. It's also optional, so opening a working window is a bit quicker to type ;)
- New preference in the IDE: "Always hide error log". it ignores the per-source setting and forces the log to stay hidden always.
Thanks to all the beta testers, you do a great job and we are confident than the v4.00 will be a solid release.

Enjoy !

The Fantaisie Software Team.
Where is this quote taken from??
I was wondering that myself. I see the ReadMe file is still touting Beta 4 titling.

I know thought that Fred & Crew are hard at work to get PB 4.0 to shoot soda or beers on command.

:-D
Intrigued - Registered PureBasic, lifetime updates user
jbernard13
User
User
Posts: 21
Joined: Sun Feb 13, 2005 10:47 pm

Post by jbernard13 »

Thank You Fred and Purebasic team
User avatar
Comtois
Addict
Addict
Posts: 1431
Joined: Tue Aug 19, 2003 11:36 am
Location: Doubs - France

Post by Comtois »

All examples using OpenWindow must be update :)
It would be nice if all examples use the #PB_constantes.

In example Particule.pb

Code: Select all

MaterialBlendingMode   (0, 2)   ; <<< 2 ? what's this ?

Code: Select all

Debug #PB_Material_Add          ; 1 
Debug #PB_Material_AlphaBlend   ; 3
Debug #PB_Material_Color        ; 4
Please correct my english
http://purebasic.developpez.com/
User avatar
jqn
User
User
Posts: 97
Joined: Fri Oct 31, 2003 3:04 pm

Post by jqn »

Hey,

SOME PROBLEM WITH PBCOMPILER.EXE??

I'm always using the batch compiler PBcompiler.exe, but in Beta 6 it says "Syntax error!" on every "if":

Code: Select all

OpenConsole()
a.s=input()
if a = "END"
  END
endif
END
It returns:

Code: Select all

PBCompiler "C:\test.PB" /exe "C:\test.exe"

******************************************
PureBasic v4.00 - Beta 6 (Windows - x86)
******************************************

Compiling C:\test.PB
Loading external libraries...
Starting compilation...
Error: Line 3 - Syntax error!

JOAQUIN
Post Reply