[Gambas-user] recompile needed for gambas app? going from 64 bit to 32 bit system
Benoît Minisini
g4mba5 at gmail.com
Mon Jun 29 20:52:30 CEST 2020
Le 29/06/2020 à 20:38, Brian G a écrit :
> Is it required to recompile a gambas app when moving from 64bit to 32
> bit system?
>
> That is the xx.gambas files
>
> I guess my question is are they portable?
>
> Thank You
> Brian G
>
The bytecode is portable between 32 and 64 bits, little and big endian.
Otherwise it's a bug.
But it does not prevent from writing code that is not portable (as soon
as you play with extern functions and associated low-level functions, it
is possible).
Regards,
--
Benoît Minisini
More information about the User
mailing list