Page 6 of 7

Re: PureBasic 5.73 beta 4 is available

Posted: Sun Nov 15, 2020 9:47 pm
by Saki
@Karellen : http://www.gnu.de/documents/lgpl-3.0.de.html

You can it find in many languages

Re: PureBasic 5.73 beta 4 is available

Posted: Mon Nov 16, 2020 9:08 am
by Kukulkan
The LGPL only forces you to open your source code if the library is directly statically linked. As long as Fred and Team using the binaries (dll, so, dylib), it does not apply. So the discussion about the LGPL is more easy (there was also such statement by Freak in 2018 here).

Also, please see here at QT FAQ in "What are my obligations when using Qt under the LGPL?": The LGPL allows you to keep the source code of your application private as long as it is “work that uses” the library. Dynamic linking is usually recommended here.

I personally do not see licensing issues in using QT like this, even in commercial closed source projects (if you mention QT and its licence). For me, the QT subsystem was the only chance to provide my Linux version as only QT offers using the WebGadget in modern Linux systems. This was the only reason I switched from GTK. And I found a lot of QT subsystem related problems and issues which are not yet fixed. So sad. Due to these issues, my Linux port is more like a beta version and customers are bored about my Linux port. This is one of the reasons all newer products from my company are no longer using PB.

Re: PureBasic 5.73 beta 4 is available

Posted: Mon Nov 16, 2020 10:32 am
by Fred
PB doesn't use statically linked QT, so the license which apply is the LGPL. So you don't have to buy a license when you ship a QT version of your PB program on Linux.

Re: PureBasic 5.73 beta 4 is available

Posted: Mon Nov 16, 2020 11:02 am
by Kukulkan
Thank you for the clear words. Great!

So the only thing missing are the open QT related bugs ;-)

Re: PureBasic 5.73 beta 4 is available

Posted: Mon Nov 16, 2020 7:38 pm
by Karellen
Fred wrote:PB doesn't use statically linked QT, so the license which apply is the LGPL. So you don't have to buy a license when you ship a QT version of your PB program on Linux.
Thank you Fred and Kukulkan. This was exactly my level of knowledge in this matter and it is also the result of my own research.

Re: PureBasic 5.73 beta 4 is available

Posted: Tue Nov 17, 2020 6:21 pm
by Joubarbe
Seeing Fred in almost every "Last post" on the Bugs Linux forum is a satisfying experience. Thanks for that, the IDE should be a lot better on Linux!

Re: PureBasic 5.73 beta 5 is available

Posted: Fri Nov 20, 2020 4:39 pm
by Fred
Beta 5 is available with some new bug fixes, mainly on Linux.

Re: PureBasic 5.73 beta 5 is available

Posted: Fri Nov 20, 2020 5:34 pm
by DoubleDutch
@Fred : Do you think OSVersion() will be updated for the final? It currently goes up to MacOS 10.14 (Mojave) windows 10 (the first release)...

Re: PureBasic 5.73 beta 5 is available

Posted: Sat Nov 21, 2020 5:20 am
by useful
Fred wrote:Beta 5 is available with some new bug fixes, mainly on Linux.
beta 5 is still built at 17.10?

Re: PureBasic 5.73 beta 5 is available

Posted: Sun Nov 22, 2020 8:14 pm
by User_Russian
PB 5.73 no LTS?

Re: PureBasic 5.73 LTS is available

Posted: Mon Nov 23, 2020 11:13 am
by Fred
Final version is out, thank you all for the tests ! The fixed bug list has been updated in the first post.

Re: PureBasic 5.73 LTS is available

Posted: Mon Nov 23, 2020 11:39 am
by GG
Thanks Fred, will have a look to test with my code.

Re: PureBasic 5.73 LTS is available

Posted: Mon Nov 23, 2020 11:51 am
by mk-soft
GG wrote:Thanks Fred, will have a look to test with my code.
Too late.
You should test your code already with Beta Verion


Thanks Fred :wink:

Even if not everything is up to date

Re: PureBasic 5.73 LTS is available

Posted: Mon Nov 23, 2020 12:25 pm
by Joris
Thanks Fred.

Re: PureBasic 5.73 LTS is available

Posted: Mon Nov 23, 2020 12:56 pm
by Ajm
Thanks Fred!

Great work as usual.