Some news about the new v4 lib format available ?

Everything else that doesn't fall into one of the other PB categories.
Dare2
Moderator
Moderator
Posts: 3321
Joined: Sat Dec 27, 2003 3:55 am
Location: Great Southern Land

Post by Dare2 »

LuCiFeR[SD] wrote:.. I guess the language will be called "PureC-sic" ..
:D

Hmmm. You must also have a spy in place!
@}--`--,-- A rose by any other name ..
User avatar
blueznl
PureBasic Expert
PureBasic Expert
Posts: 6166
Joined: Sat May 17, 2003 11:31 am
Contact:

Post by blueznl »

pure plus plus doesn't sound that bad, does it?
( PB6.00 LTS Win11 x64 Asrock AB350 Pro4 Ryzen 5 3600 32GB GTX1060 6GB)
( The path to enlightenment and the PureBasic Survival Guide right here... )
Kale
PureBasic Expert
PureBasic Expert
Posts: 3000
Joined: Fri Apr 25, 2003 6:03 pm
Location: Lincoln, UK
Contact:

Post by Kale »

blueznl wrote:pure plus plus doesn't sound that bad, does it?
Pure++

:twisted:
--Kale

Image
Lazarus404
User
User
Posts: 74
Joined: Fri Dec 02, 2005 3:11 pm
Location: England
Contact:

Post by Lazarus404 »

Joakim Christiansen wrote:
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.

Image

This photograph is, of course, copyrighted, so don't spread it!
lol, nice keyboard... :lol:
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
Baldrick
Addict
Addict
Posts: 860
Joined: Fri Jul 02, 2004 6:49 pm
Location: Australia

Post by Baldrick »

Just thought I might share my very 1st effort with the all new look Pb V4 :)

Code: Select all

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()
Berikco
Administrator
Administrator
Posts: 1326
Joined: Wed Apr 23, 2003 7:57 pm
Location: Belgium
Contact:

Post by Berikco »

:lol:
Manol
User
User
Posts: 11
Joined: Thu May 05, 2005 1:19 pm
Location: Spain

Post by Manol »

The new libs format:
Image
Similar to US 2000 elections.

:D
Denis
Enthusiast
Enthusiast
Posts: 778
Joined: Fri Apr 25, 2003 5:10 pm
Location: Doubs - France

Post by Denis »

Fred,

and about resident file format ? any changes ?
A+
Denis
Fred
Administrator
Administrator
Posts: 18162
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Post by Fred »

yes, it will probably changes due to new informations to store inside. I will note all the changes, so you could update your tool easily.
Denis
Enthusiast
Enthusiast
Posts: 778
Joined: Fri Apr 25, 2003 5:10 pm
Location: Doubs - France

Post by Denis »

:wink:
A+
Denis
User avatar
Guimauve
Enthusiast
Enthusiast
Posts: 742
Joined: Wed Oct 22, 2003 2:51 am
Location: Canada

Post by Guimauve »

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 ??

Thanks

Guimauve
Fred
Administrator
Administrator
Posts: 18162
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Post by Fred »

You will just have to recompile them and it should work.
User avatar
Guimauve
Enthusiast
Enthusiast
Posts: 742
Joined: Wed Oct 22, 2003 2:51 am
Location: Canada

Post by Guimauve »

:D Thanks

Regards
Guimauve
User avatar
Droopy
Enthusiast
Enthusiast
Posts: 658
Joined: Thu Sep 16, 2004 9:50 pm
Location: France
Contact:

Post by Droopy »

Good news :D
stevev4v
User
User
Posts: 18
Joined: Fri Jan 06, 2006 7:50 pm
Location: United States

Post by stevev4v »

Manol wrote:The new libs format:
Image
Similar to US 2000 elections.
That joke reminds me of the time I broke my leg skiing. :roll:
AMD Athlon64 X2 4200+, eVGA GeForce 7950GT KO, 1GB PC3700, Creative X-Fi. 200GB SATA Striped RAID.
Post Reply