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

Ian Bell ian.h.bell at gmail.com
Tue Feb 4 09:05:45 CET 2014


Brilliant, works great.  Thanks.


On Tue, Feb 4, 2014 at 12:49 AM, Samuel Gougeon <sgougeon at free.fr> wrote:

> 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
> _______________________________________________
> users mailing list
> users at lists.scilab.org
> http://lists.scilab.org/mailman/listinfo/users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/users/attachments/20140204/0d4c2d02/attachment.htm>


More information about the users mailing list