Posted: Fri Mar 10, 2006 12:33 pm
Thanks, Fred. 

http://www.purebasic.com
https://www.purebasic.fr/english/
oryaaaaa wrote:Thanks, Fred.
freak wrote:There is no need to play mad here.. mistakes can happen.
Thats True.freak wrote:There is no need to play mad here.. mistakes can happen.
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.
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
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!