Simplifying The PureBasic Package

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
Opcode
Enthusiast
Enthusiast
Posts: 138
Joined: Thu Jul 18, 2013 4:58 am

Simplifying The PureBasic Package

Post by Opcode »

I personally think it would be nice to include both the x86 and the x64 compiler into a single installer. I am unsure if the IDE and Form Designer is compiled with 64-bit support specifically for 64-bit operating systems. Tho if both the IDE and the Form Designer are solely 32-bit applications. Wouldn't it be easier to simplify the PureBasic package by putting both compilers into the same installer?

Code: Select all

PureBasic\Compilers\x86\
PureBasic\Compilers\x64\
And changing the the IDE compiler options to.

Code: Select all

Use Compiler: Windows - x86
Use Compiler: Windows - x64
That way you don't have to have two separate PureBasic installations to retain both architecture support. Tho if there is a 64-bit flavor of the IDE and the Form Designer, I can see why that may be an issue.
User_Russian
Addict
Addict
Posts: 1516
Joined: Wed Nov 12, 2008 5:01 pm
Location: Russia

Re: Simplifying The PureBasic Package

Post by User_Russian »

You'll also need to duplicate the libraries folder.
PureLibraries\x86\
PureLibraries\x64\

Residents\x86\
Residents\x64\

SubSystems\x86\
SubSystems\x64\
But why do it?
User avatar
bamsagla
User
User
Posts: 62
Joined: Sat Jan 30, 2010 10:10 am
Location: Laufen, Bavaria, Germany

Re: Simplifying The PureBasic Package

Post by bamsagla »

Hi opcode,

just as side note: You can integrate the x64 compiler into the x86 PureBasic and vice versa by using the options menu and the entry compiler. Here you can add or remove several compilers within your actual used (for example x64) PureBasic. But of course you have to have both x86 and x64 versions installed, as far as I know.

But if you use the options' feature, you can select the preferred compiler almost 'on-the-fly' when creating your executable.

Just wanted to point that out, but it is not a all-in-one-solution for your request.

Harry.
- Sherlock Holmes - "When you have eliminated the impossible, whatever remains, however improbable, must be the truth."
In my opinion, he must have been a programmer.
User avatar
blueznl
PureBasic Expert
PureBasic Expert
Posts: 6166
Joined: Sat May 17, 2003 11:31 am
Contact:

Re: Simplifying The PureBasic Package

Post by blueznl »

Earlier I thought it a good idea as well, to have the x86 and x64 versions installed at once. Lately, I've changed my mind. I might have some older versions floating around as well for compatibility issues, and having multiple installations next to each other is simply ridiculous easy with PureBasic :-)
( PB6.00 LTS Win11 x64 Asrock AB350 Pro4 Ryzen 5 3600 32GB GTX1060 6GB)
( The path to enlightenment and the PureBasic Survival Guide right here... )
IdeasVacuum
Always Here
Always Here
Posts: 6426
Joined: Fri Oct 23, 2009 2:33 am
Location: Wales, UK
Contact:

Re: Simplifying The PureBasic Package

Post by IdeasVacuum »

Earlier I thought it a good idea as well, to have the x86 and x64 versions installed at once. Lately, I've changed my mind. I might have some older versions floating around as well for compatibility issues, and having multiple installations next to each other is simply ridiculous easy with PureBasic
+1 :mrgreen:
IdeasVacuum
If it sounds simple, you have not grasped the complexity.
Post Reply