[Contents] [TitleIndex] [WordIndex

Contributor - ctypes in Scilab

Description

The idea is to implement ctypes in Scilab. ctypes is a feature of Python which allows calling functions in DLLs or shared libraries and map C datatypes. See: http://docs.python.org/library/ctypes.html

Scilab already implements this kind of features but it has some limitations (not easy to use, not explicit, etc). See: http://www.scilab.org/product/man/call.html


2022-09-08 09:26