Hi, The syntax for foreign function declarations has been extended to take into account the floating point precision in use (float, double and quad). It is now possible to give a different function name for each floating point precision using the construction name1|name2|name3.
Here is an example of declaration : asinh = ffunction(float asinhf|asinh|asinhl (float), <math.h>, ""); For additional examples have a look at math.lib, all foreign functions are now defined using this syntax. Cheers Yann ------------------------------------------------------------------------------ This SF.net email is sponsored by Windows: Build for Windows Store. http://p.sf.net/sfu/windows-dev2dev _______________________________________________ Faudiostream-devel mailing list Faudiostream-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/faudiostream-devel