
PureBasic 4.00 - Beta 6
- Michael Vogel
- Addict
- Posts: 2797
- Joined: Thu Feb 09, 2006 11:27 pm
- Contact:
- Psychophanta
- Always Here
- Posts: 5153
- Joined: Wed Jun 11, 2003 9:33 pm
- Location: Anare
- Contact:
- Psychophanta
- Always Here
- Posts: 5153
- Joined: Wed Jun 11, 2003 9:33 pm
- Location: Anare
- Contact:
- Hroudtwolf
- Addict
- Posts: 803
- Joined: Sat Feb 12, 2005 3:35 am
- Location: Germany(Hessen)
- Contact:
Thats True.freak wrote:There is no need to play mad here.. mistakes can happen.
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.
- Psychophanta
- Always Here
- Posts: 5153
- Joined: Wed Jun 11, 2003 9:33 pm
- Location: Anare
- Contact:
Re: PureBasic 4.00 - Beta 6
I was wondering that myself. I see the ReadMe file is still touting Beta 4 titling.Edwin Knoppert wrote:Where is this quote taken from??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:
Thanks to all the beta testers, you do a great job and we are confident than the v4.00 will be a solid release.- 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.
Enjoy !
The Fantaisie Software Team.
I know thought that Fred & Crew are hard at work to get PB 4.0 to shoot soda or beers on command.

Intrigued - Registered PureBasic, lifetime updates user
All examples using OpenWindow must be update 
It would be nice if all examples use the #PB_constantes.
In example Particule.pb

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/
http://purebasic.developpez.com/
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":
It returns:
JOAQUIN
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
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!