Page 15 of 42

Re: PureBasic 6.00 Alpha 5 released !

Posted: Thu Sep 30, 2021 1:59 pm
by User_Russian
Fred wrote: Thu Sep 30, 2021 1:33 pmVersion 8 is the last 32-bit version of polink
You right http://www.smorgasbordet.com/pellesc/ch ... 00_900.htm
All tools are now 64-bit only
I have x64 OS...

In PB 6 Alpha 5 x86, polib.exe, porc.exe and porc.dll version 10, that is x64.

Re: PureBasic 6.00 Alpha 5 released !

Posted: Thu Sep 30, 2021 2:50 pm
by marcoagpinto
Fred wrote: Thu Sep 30, 2021 1:33 pm
User_Russian wrote: Wed Sep 29, 2021 7:50 pm In "PureBasic 6.00 Alpha 5 x86" polink.exe version 8.0.2.0, but I checked and work perfectly version 10.0.0.0
Version 8 is the last 32-bit version of polink, all other are compiled in 64-bit, which means it won't work on a a 32-bit Windows.
Exactly what I asked Fred in my last private message weeks ago… "maybe 8 is the last 32-bit version blah blah"…

Maybe it is time to think about only supporting 64-bit.

Maybe 6.00 could be a LTS and 7.00+ only support 64-bit.

Re: PureBasic 6.00 Alpha 5 released !

Posted: Thu Sep 30, 2021 3:09 pm
by Niffo
marcoagpinto wrote: Thu Sep 30, 2021 2:50 pm Maybe it is time to think about only supporting 64-bit.
Maybe 6.00 could be a LTS and 7.00+ only support 64-bit.
+1 and i would say even more : No 32 bits support needed in 6.00 :lol:
- Last MacOS doesn't support 32 bits
- Linux has no 32 bits support (by default) in 64 bits installations and many distributions does not support 32 bits anymore

Re: PureBasic 6.00 Alpha 5 released !

Posted: Thu Sep 30, 2021 3:31 pm
by User_Russian
Niffo wrote: Thu Sep 30, 2021 3:09 pm+1 and i would say even more : No 32 bits support needed in 6.00
Bad idea!
I sometimes develop plugins (DLL) for applications of other developers. How to load x64 DLL in x86 application?

Re: PureBasic 6.00 Alpha 5 released !

Posted: Thu Sep 30, 2021 4:04 pm
by Niffo
User_Russian wrote: Thu Sep 30, 2021 3:31 pm Bad idea!
I sometimes develop plugins (DLL) for applications of other developers. How to load x64 DLL in x86 application?
Use PB 5.xx 32bits ?

Re: PureBasic 6.00 Alpha 5 released !

Posted: Thu Sep 30, 2021 5:32 pm
by ❤x1
I was worried because it's not the most conventional PB app (it's using many hacks and undocumented features), but my non-linear video editor finally compiles with PB6 with only minimal change to the code! Thanks for your work, Fred!

Image

Re: PureBasic 6.00 Alpha 5 released !

Posted: Thu Sep 30, 2021 6:04 pm
by fsw
Wonderful work Fred!

Patiently waiting for alpha 6 -> macOS 64Bit support :P

BTW:
Question: will PB6 be able to utilize the TouchBar?
(I know how to add Buttons to it with Objective-C…)

Thank you.

Re: PureBasic 6.00 Alpha 5 released !

Posted: Thu Sep 30, 2021 6:45 pm
by jacdelad
User_Russian wrote: Thu Sep 30, 2021 3:31 pm
Niffo wrote: Thu Sep 30, 2021 3:09 pm+1 and i would say even more : No 32 bits support needed in 6.00
Bad idea!
I sometimes develop plugins (DLL) for applications of other developers. How to load x64 DLL in x86 application?
Absolutely. Companies sometimes have to rely on older hardware, it wouldn't be possible to use newer PB-Versions to further support them.

Re: PureBasic 6.00 Alpha 5 released !

Posted: Thu Sep 30, 2021 10:10 pm
by User_Russian
Niffo wrote: Thu Sep 30, 2021 4:04 pmUse PB 5.xx 32bits ?
Yes, because the x86 application. In x86 application It is impossible to load x64 dll.

Re: PureBasic 6.00 Alpha 5 released !

Posted: Fri Oct 01, 2021 10:03 am
by useful
Sorry for the off-topic, I couldn't resist :D
ASUS has a special edition for PureBasic 6.0
https://www.asus.com/Displays-Desktops/ ... i-PC-PB60/

Re: PureBasic 6.00 Alpha 5 released !

Posted: Fri Oct 01, 2021 3:11 pm
by sec
useful wrote: Fri Oct 01, 2021 10:03 am Sorry for the off-topic, I couldn't resist :D
ASUS has a special edition for PureBasic 6.0
https://www.asus.com/Displays-Desktops/ ... i-PC-PB60/
Looks nice. Have it one fan inside?

Re: PureBasic 6.00 Alpha 5 released !

Posted: Fri Oct 01, 2021 4:28 pm
by useful
sec wrote: Fri Oct 01, 2021 3:11 pm Looks nice. Have it one fan inside?
https://youtu.be/FAgDmcfwC40

Re: PureBasic 6.00 Alpha 5 released !

Posted: Sat Oct 02, 2021 3:36 am
by Ziltch
Thanks for the amazing update!
My huge Video Effects prog compiled in Alpha 4 but in Alpha 5 I am getting a polink error as shfolder.lib is not in the \PureLibraries\Windows\Libraries dir.
Copied it from Alpha 4 and it compiled fine. This is with the asm backend, c backend compiles fine.

Re: PureBasic 6.00 Alpha 5 released !

Posted: Mon Oct 04, 2021 4:53 pm
by Joubarbe
Is there any language improvement or new feature planned for PB 6?

Re: PureBasic 6.00 Alpha 5 released !

Posted: Mon Oct 04, 2021 5:56 pm
by RichAlgeni
Joubarbe wrote: Mon Oct 04, 2021 4:53 pm Is there any language improvement or new feature planned for PB 6?
Do you understand what moving from x86 Assembler to a ubiquitous C compiler means for PureBasic? Anything that the C compiler will compile to, will be able to run PureBasic applications. No more restrictions to x86 only based machines.