Factor/C library interfaceFactor can directly call C functions in native libraries. It is also possible to compile callbacks which run Factor code, and pass them to native libraries as function pointers. The C library interface is entirely self-contained; there is no C code which one must write in order to wrap a library. Please refer to the online documentation in the UI or at docs.factorcode.org. Usefull link for windows libraries used by Factor : http://factorcode.org/dlls/ This revision created on Thu, 30 Oct 2008 23:30:41 by mnestic |
|
All content is © 2008-2010 by its respective authors. By adding content to this wiki, you agree to release it under the BSD license. |