Page 17 of 23

Re: PureBasic 6.10 beta 8 is out !

Posted: Fri Mar 15, 2024 11:07 am
by GG
Lebostein wrote: Fri Mar 15, 2024 10:52 am PS: Who can do a current interview with the makers of PB? What is the current situation? Who is involved? What does the future look like? It would also be interesting to know how many licenses have been sold since the beginning and how many new users are added on average each year. A survey among PB users would also be interesting. How many use it for Win/Mac/Linux? Do they use it privately, professionally or do they even sell the software they create?
+1

Re: PureBasic 6.10 beta 8 is out !

Posted: Fri Mar 15, 2024 2:05 pm
by jacdelad
Lebostein wrote: Fri Mar 15, 2024 10:52 am :D

Is there a way to support the project financially independently of buying a license? I purchased my PB license 21 years ago. I'm starting to feel guilty about having paid for it just this once...

PS: Who can do a current interview with the makers of PB? What is the current situation? Who is involved? What does the future look like? It would also be interesting to know how many licenses have been sold since the beginning and how many new users are added on average each year. A survey among PB users would also be interesting. How many use it for Win/Mac/Linux? Do they use it privately, professionally or do they even sell the software they create?
Why not buy a licence and donate it to some young folk to get in touch with PureBasic?

Re: PureBasic 6.10 beta 8 is out !

Posted: Fri Mar 15, 2024 2:49 pm
by loulou2522
Jacdelad +1

Re: PureBasic 6.10 beta 8 is out !

Posted: Fri Mar 15, 2024 2:59 pm
by PBJim
A subscription to SpiderBasic is perhaps one option, because it then generates very valuable recurring annual revenue for PureBasic's development company. If that could be billed to a credit card automatically, it would be really convenient and a dare say many of us would be happy with that.

Re: PureBasic 6.10 beta 8 is out !

Posted: Fri Mar 15, 2024 3:21 pm
by Quin
I'd be very happy if SpiderBasic subscriptions could auto-renew. I paid for a year of SB last December, and plan to do so again this year. Great tools, great community, and support the amazing team :)
PBJim wrote: Fri Mar 15, 2024 2:59 pm A subscription to SpiderBasic is perhaps one option, because it then generates very valuable recurring annual revenue for PureBasic's development company. If that could be billed to a credit card automatically, it would be really convenient and a dare say many of us would be happy with that.

Re: PureBasic 6.10 beta 8 is out !

Posted: Fri Mar 15, 2024 7:08 pm
by Lebostein
jacdelad wrote: Fri Mar 15, 2024 2:05 pm Why not buy a licence and donate it to some young folk to get in touch with PureBasic?
Hey, nice thought. Maybe I can think of someone in my family... :wink:

Re: PureBasic 6.10 beta 8 is out !

Posted: Fri Mar 15, 2024 7:12 pm
by mk-soft
I like Purebasic ;)

I haven't had to write a complete commercial application for a long time, but I'm staying active.

Re: PureBasic 6.10 beta 8 is out !

Posted: Fri Mar 15, 2024 8:19 pm
by skywalk
Yes, keep your brain in the game!

Your posts are very informative and appreciated. :)

Re: PureBasic 6.10 beta 8 is out !

Posted: Fri Mar 15, 2024 9:14 pm
by skinkairewalker
PBJim wrote: Fri Mar 15, 2024 2:59 pm A subscription to SpiderBasic is perhaps one option, because it then generates very valuable recurring annual revenue for PureBasic's development company. If that could be billed to a credit card automatically, it would be really convenient and a dare say many of us would be happy with that.
That's what I always said...
+1

Re: PureBasic 6.10 beta 9 is out !

Posted: Fri Mar 22, 2024 9:10 am
by Fred
2024-03-22: beta 9 is out for testing, it will be hopefully the last beta before final ! It brings the following changes and bug fixes:

Code: Select all

Optimized: SoundVolume() and MusicVolume() changed from integer to float so fractional values are accepted for better precision.
Changed: removed 'link.exe' from the Windows package and went back to 'polink.exe' (link.exe is not freely redistrituable). If 'link.exe' is found on the PATH it will still be used to have a bit smaller executables.
Bugfixes for this version:This list was created automatically. All updated bug threads from the date of the last final version have been determined.

Re: PureBasic 6.10 beta 9 is out !

Posted: Fri Mar 22, 2024 9:20 am
by GG
Thanks Fred !

Re: PureBasic 6.10 beta 9 is out !

Posted: Fri Mar 22, 2024 11:42 am
by Psychophanta
Many thanks PB team for this new deliver, go to test it, specially 3D stuff :idea:

Re: PureBasic 6.10 beta 9 is out !

Posted: Fri Mar 22, 2024 1:33 pm
by mrbungle
Yes, thank you!

Re: PureBasic 6.10 beta 9 is out !

Posted: Fri Mar 22, 2024 3:35 pm
by Quin
Thanks Fred!

Re: PureBasic 6.10 beta 9 is out !

Posted: Fri Mar 22, 2024 4:34 pm
by skywalk
Nice!
After installing MS VS 2022 Community Edition I have the following:

Code: Select all

C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\bin\Hostx64\x64
01/17/2024  01:59 PM         2,412,104 link.exe
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\bin\Hostx64\x86
01/17/2024  01:59 PM         2,412,096 link.exe
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\bin\Hostx86\x64
01/17/2024  01:59 PM         2,070,088 link.exe
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\bin\Hostx86\x86
01/17/2024  01:59 PM         2,070,088 link.exe
How do you differentiate the different link.exe's to use if they are all on the PATH statement?
Can I copy the correct link.exe into my PB install folder, C:\PureBasic-x64\Compilers\vc\link.exe?
polink.exe is 1 level higher.