El_Choni wrote:As designer of the cover for PureBasic 4.0, I think I can show you a screenshot. It's actually me, showing a convincing happy face when using PB 4.0 for the first time.
This photograph is, of course, copyrighted, so don't spread it!
lol, nice keyboard...
Oh, that's a PC? I thought it was a reindeer being throttled by a dude in a spaceman outfit! Oh well...
Laz
Registered PureBasic user since Nov 2005
Check out FlashML at www.designrealm.co.uk... The ultimate Flash Component
OpenConsole()
ConsoleTitle("C:\Programme\PureBasic\Compilers")
PrintN("")
For a=1 To 50
Print("*")
Delay(1)
Next
PrintN("")
a$="PureBasic v4.01 Beta 1 <Windows - x86>"
a=Len(a$)
For b=1 To a
b$=Mid(a$,b,1)
Print(b$)
Delay(1)
Next
PrintN("")
For a=1 To 50
Print("*")
Delay(1)
Next
Delay(200)
PrintN("")
a$= "Compiling C:\Programme\PureBasic\Examples\Doubles.pb"
a=Len(a$)
For b=1 To a
b$=Mid(a$,b,1)
Print(b$)
Delay(20)
Next
Delay(500)
PrintN("")
a$="Loading external libraries..."
a=Len(a$)
For b=1 To a
b$=Mid(a$,b,1)
Print(b$)
Delay(10)
Next
PrintN("")
Delay(500)
PrintN("Starting compilation...")
Delay(1500)
PrintN("38 lines processed")
Delay(500)
a$= "Creating executable."
a=Len(a$)
For b=1 To a
b$=Mid(a$,b,1)
Print(b$)
Delay(5)
Next
PrintN("")
Delay(1000)
PrintN("")
a$="- Feel the ..PuRe.. Power -"
a=Len(a$)
For b=1 To a
b$=Mid(a$,b,1)
Print(b$)
Delay(100)
Next
Delay(2000)
PrintN("")
a$="C:\Programme\PureBasic\Compilers "
a=Len(a$)
For b=1 To a
b$=Mid(a$,b,1)
Print(b$)
Delay(5)
Next
Delay(1000)
PrintN("")
a$="exe complete, please press enter to test"
a=Len(a$)
For b=1 To a
b$=Mid(a$,b,1)
Print(b$)
Delay(5)
Next
Input()
ClearConsole()
a$="Wake up Neo"
a=Len(a$)
For b=1 To a
b$=Mid(a$,b,1)
Print(b$)
Delay(220)
Next
Delay(2000)
ClearConsole()
PrintN("")
a$="The Matrix has you"
a=Len(a$)
For b=1 To a
b$=Mid(a$,b,1)
Print(b$)
Delay(220)
Next
Delay(2000)
ClearConsole()
a$="Follow the white rabbit"
a=Len(a$)
For b=1 To a
b$=Mid(a$,b,1)
Print(b$)
Delay(220)
Next
Delay(1000)
PrintN("")
PrintN("")
PrintN("")
PrintN("")
PrintN(" (\(\")
PrintN(" ( ';')")
PrintN(" o(^)(^)")
PrintN(" ------------------->")
Print("He went that way...")
Delay(2000)
PrintN("")
PrintN("")
PrintN("")
PrintN("Test complete, press enter to finish")
Input()
CloseConsole()
Fred wrote:Who said it will 'completely change' ? I said 'it will slighty change' mostly to support the new available types and a few other goodies. Old libs will still be accepted, but all the one which rely on string, array and newlist manipulations will need to be adjusted.
Any information about lib created with TailBite and PB source code ??