Compiler Options...

Just starting out? Need help? Post your questions and find answers here.
User avatar
Teddy Rogers
User
User
Posts: 98
Joined: Sun Feb 23, 2014 2:05 am
Location: Australia
Contact:

Compiler Options...

Post by Teddy Rogers »

I am new to PureBasic so this may seem a moot question to some, please bare with me :)

If I want to have the option for a x32 and x64 compiler is it necessary to install both builds of PureBasic? Currently that is the way I have my preferences configured at the moment, with both versions installed...

Ted.
User avatar
Danilo
Addict
Addict
Posts: 3036
Joined: Sat Apr 26, 2003 8:26 am
Location: Planet Earth

Re: Compiler Options...

Post by Danilo »

Yes, you need to install both versions in separate directories. Additionally, you can
also install more different versions into additional directories.
You can use one IDE for all versions. Just open the IDE and add all installed compilers
in Preferences -> Compiler. After adding all installed versions to the IDE, you can
easily switch between compilers in compiler/project settings.
User avatar
Borstensohn
User
User
Posts: 13
Joined: Sun Jun 05, 2005 9:45 pm

Re: Compiler Options...

Post by Borstensohn »

Thank you, Danilo, this helped me still 11 years after your post. :)
ON ERROR GOTO BED
Post Reply