Page 1 of 1

Create 32-bit + 64-bit executables

Posted: Sun Mar 08, 2020 11:27 am
by marcoagpinto
Hello Fred,

Could you add an option to the menus in all platform versions of IDE?:
Create 32-bit executable...
Create 64-bit executable...

This way we would only need to install one version of PB and compile for both cores.

Re: Create 32-bit + 64-bit executables

Posted: Sun Mar 08, 2020 3:45 pm
by Fred
Just install both version and use a project with 2 target to compile both exe automatically.

Re: Create 32-bit + 64-bit executables

Posted: Sun Mar 08, 2020 7:39 pm
by DoubleDutch
There needs to be a tutorial about this as it would be useful. The same goes for making Linux too, this may be possible on Windows 10 as you can run linux command line.

Re: Create 32-bit + 64-bit executables

Posted: Sun Mar 08, 2020 10:23 pm
by mk-soft
To compile Linux programs, the complete GCC compiler and all developer files must also be available.
These are not available under window. So it is not possible to call the Linux compiler from Windows.

Sorry,
But sometimes I have the impression that some people have little understanding of how different OS work.

Re: Create 32-bit + 64-bit executables

Posted: Sun Mar 08, 2020 10:25 pm
by DoubleDutch

Re: Create 32-bit + 64-bit executables

Posted: Sun Mar 08, 2020 11:01 pm
by mk-soft
I don't know if it is enough to use the GCC compiler alone.
This includes all the libraries for gtk2, gtk3, webkit, and many more

I think it is more reliable to have a Linux installation on a VM.

Re: Create 32-bit + 64-bit executables

Posted: Mon Mar 09, 2020 9:28 am
by Fred
Yes you need a lot of dependencies, gcc alone won't be enough.