Thanks a lot !
PureBasic 5.40 LTS final is out !
- [blendman]
- Enthusiast

- Posts: 297
- Joined: Thu Apr 07, 2011 1:14 pm
- Location: 3 arks
- Contact:
Re: PureBasic 5.40 LTS final is out !
Another incredible version 
Thanks a lot !
Thanks a lot !
- the.weavster
- Addict

- Posts: 1581
- Joined: Thu Jul 03, 2003 6:53 pm
- Location: England
Re: PureBasic 5.40 LTS final is out !
The enhancements to the database commands are already proving invaluable 
Re: PureBasic 5.40 LTS final is out !
Very cool improvements! Great work as always!
-= endo (registered user of purebasic since 98) =-
-
Num3
- PureBasic Expert

- Posts: 2812
- Joined: Fri Apr 25, 2003 4:51 pm
- Location: Portugal, Lisbon
- Contact:
Re: PureBasic 5.40 LTS final is out !
Code: Select all
If IsJoint()
Smoke_It()
EndIf
Re: PureBasic 5.40 LTS final is out !
Very exciting update! Thank you very much for all your hard work on PB!
Tranquil
- SparrowhawkMMU
- User

- Posts: 56
- Joined: Fri Jan 17, 2014 8:55 pm
- Location: UK
Re: PureBasic 5.40 LTS final is out !
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.
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.
Re: PureBasic 5.40 LTS final is out !
Will be testing it with my latest software ...
hope it will work.
Thanks to the team.
Marc,
hope it will work.
Thanks to the team.
Marc,
- every professional was once an amateur - greetings from Pajottenland - Belgium -
PS: sorry for my english I speak flemish ...
PS: sorry for my english I speak flemish ...
- greyhoundcode
- Enthusiast

- Posts: 113
- Joined: Sun Dec 30, 2007 7:24 pm
Re: PureBasic 5.40 LTS final is out !
Bit late, but thank you 
All of the above are particularly awesome additions!- 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