Another change to the FFI: instead of assuming that a "char*" type means a C string, there is now a separate "c-string" type that performs Factor-to-C string conversion. "char*" and "uchar*" now behave as primitive pointers. You can also use the syntax "c-string[encoding]" in FUNCTION:, CALLBACK:, and TYPEDEF: definitions to ask for the FFI to use a different encoding from utf8 when encoding and decoding C strings.
-Joe ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Factor-talk mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/factor-talk
