Le 26/02/2012 01:52, Sebi a écrit :
> Hi, I would like to know if the gambas binaries created from the IDE, debian, 
> packages or any other type of compilation are architecture dependent or not.
> i.e. Can a gambas binary compiled on a i386 be executed on amd64?
>
> Thanks!
>

Gambas bytecode is architecture independant (the same on 
x86/x86_64/ARM...). The only way of circumventing that is using the 
preprocessor (#If ... #Endif) to make your program compile differently 
according to the architecture.

Regards,

-- 
Benoît Minisini

------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to