Sorted list of compilers

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
highend
Enthusiast
Enthusiast
Posts: 162
Joined: Tue Jun 17, 2014 4:49 pm

Sorted list of compilers

Post by highend »

Would it be possible to sort compilers (e.g. first by version, then by bitness) in

Menu | Compiler | Compiler Options...
?

My list currently looks like this:
https://imgur.com/a/PzTOkcT
ricardo_sdl
Enthusiast
Enthusiast
Posts: 141
Joined: Sat Sep 21, 2019 4:24 pm

Re: Sorted list of compilers

Post by ricardo_sdl »

Hi!
You have compilers for both 32 and 64-bit applications? How did you do that? Installing different versions of Purebasic and configuring them at preferences?
You can check my games at:
https://ricardo-sdl.itch.io/
User avatar
jacdelad
Addict
Addict
Posts: 1993
Joined: Wed Feb 03, 2021 12:46 pm
Location: Riesa

Re: Sorted list of compilers

Post by jacdelad »

ricardo_sdl wrote: Thu Apr 04, 2024 1:20 pm Hi!
You have compilers for both 32 and 64-bit applications? How did you do that? Installing different versions of Purebasic and configuring them at preferences?
Exactly. But this only works on x64-systems (of course).
Good morning, that's a nice tnetennba!

PureBasic 6.21/Windows 11 x64/Ryzen 7900X/32GB RAM/3TB SSD
Synology DS1821+/DX517, 130.9TB+50.8TB+2TB SSD
highend
Enthusiast
Enthusiast
Posts: 162
Joined: Tue Jun 17, 2014 4:49 pm

Re: Sorted list of compilers

Post by highend »

Not really installing, but extracting the different .exe & copying the necessary items into the necessary folders and finally adding them via preferences

E.g.:
D:\Tools\PureBasic_x64\App

This one contains the normal x64 folder structure:
Catalogs
Compilers
PureLibraries
Residents
SDK
SubSystems
Themes

Additionally a x86 folder that contains these items from the x86 pb .exe
Catalogs
Compilers
PureLibraries
Residents
SubSystems
PureBasic.exe

And for the old v6.04 version:
!Compilers [6.04]\x64
!Compilers [6.04]\x86

which again contain the necessary items from the extracted .exe's...
ricardo_sdl
Enthusiast
Enthusiast
Posts: 141
Joined: Sat Sep 21, 2019 4:24 pm

Re: Sorted list of compilers

Post by ricardo_sdl »

Thanks you all for the info!
You can check my games at:
https://ricardo-sdl.itch.io/
Post Reply