PureBasic 5.40 LTS final is out !

Developed or developing a new product in PureBasic? Tell the world about it.
User avatar
[blendman]
Enthusiast
Enthusiast
Posts: 297
Joined: Thu Apr 07, 2011 1:14 pm
Location: 3 arks
Contact:

Re: PureBasic 5.40 LTS final is out !

Post by [blendman] »

Another incredible version ;)
Thanks a lot !
User avatar
the.weavster
Addict
Addict
Posts: 1576
Joined: Thu Jul 03, 2003 6:53 pm
Location: England

Re: PureBasic 5.40 LTS final is out !

Post by the.weavster »

The enhancements to the database commands are already proving invaluable :D
endo
Enthusiast
Enthusiast
Posts: 141
Joined: Fri Apr 30, 2004 10:44 pm
Location: Turkiye (istanbul)
Contact:

Re: PureBasic 5.40 LTS final is out !

Post by endo »

Very cool improvements! Great work as always!
-= endo (registered user of purebasic since 98) =-
Num3
PureBasic Expert
PureBasic Expert
Posts: 2812
Joined: Fri Apr 25, 2003 4:51 pm
Location: Portugal, Lisbon
Contact:

Re: PureBasic 5.40 LTS final is out !

Post by Num3 »

Code: Select all

If IsJoint()
 Smoke_It()
EndIf
Image
Tranquil
Addict
Addict
Posts: 952
Joined: Mon Apr 28, 2003 2:22 pm
Location: Europe

Re: PureBasic 5.40 LTS final is out !

Post by Tranquil »

Very exciting update! Thank you very much for all your hard work on PB!
Tranquil
User avatar
SparrowhawkMMU
User
User
Posts: 48
Joined: Fri Jan 17, 2014 8:55 pm
Location: UK

Re: PureBasic 5.40 LTS final is out !

Post by SparrowhawkMMU »

Fred, just a quick note: the news page is still saying that 5.24LTS and 5.31 are the latest versions.

Also, you might want to drop the admins at MacUpdate a note. They are still listing 5.22LTS as the latest version, even though I have commented twice on the PB page to let them know of developments:

http://www.macupdate.com/app/mac/20218/purebasic

Incidentally, you might want to consider speaking to them about seeing whether they will feature PB as their deal of the day; I don't know what percentage cut each party gets, but they certainly seem to sell several thousand copies of their daily deals each day. It might drive a few more sales and get more people interested in the product. Just a thought.
marc_256
Addict
Addict
Posts: 835
Joined: Thu May 06, 2010 10:16 am
Location: Belgium
Contact:

Re: PureBasic 5.40 LTS final is out !

Post by marc_256 »

Will be testing it with my latest software ...
hope it will work. 8)

Thanks to the team.

Marc,
- every professional was once an amateur - greetings from Pajottenland - Belgium -
PS: sorry for my english I speak flemish ...
User avatar
greyhoundcode
Enthusiast
Enthusiast
Posts: 112
Joined: Sun Dec 30, 2007 7:24 pm

Re: PureBasic 5.40 LTS final is out !

Post by greyhoundcode »

Bit late, but thank you :-)
- Added: HTTPS and simple auth support for ReceiveHTTPFile() and GetHTTPHeaders()
- Added: Auto redirect support for ReceiveHTTPFile() and ReceiveHTTPMemory()
- Added: ASynchronous mode for ReceiveHTTPFile() and ReceiveHTTPMemory()
- Added: HTTPProgress(), AbortHTTP() and FinishHTTP() to control async mode
All of the above are particularly awesome additions!
Post Reply