[Scilab-users] Determine if 32-bit or 64-bit installation of scilab in code

Samuel Gougeon sgougeon at free.fr
Tue Feb 4 00:49:37 CET 2014


Le 03/02/2014 23:39, Ian Bell a écrit :
> I need to determine in code if the active scilab version is 32-bit or 
> 64-bit in order to load the right dynamically loaded library on windows.
>
> How can I determine whether scilab is 32-bit or 64-bit?
maybe with
[v, o] = getversion(),
o(2)=="x64"

Samuel



More information about the users mailing list