Hi again,

> I get the following error message:
> ...
>   Something has changed the FPU control settings.
> ...
> Any idea how I can avoid this?

In file 'ecl/src/gc-unstable/mach_dep.c' the FPU control word is changed
with 'fldcw'.  But this seems to apply only in the case of Linux.  I have
the problem with Windows...  I could not find any other place where the FPU
control settings are changed.  Am I missing something?

Thanks,

Dietrich



On Thu, Apr 18, 2013 at 8:43 PM, Dietrich Bollmann <dietr...@formgames.org>
wrote:
>
> Hi,
>
> I would like to integrate ECL into the 3D modelling software
> "Rhinoceros" (http://en.wikipedia.org/wiki/Rhino3D).
>
> I started with the following minimal code executed from a Rhino plugin:
>
>   char *argv[] = {"Rhinoceros", NULL};
>   int argc = sizeof(argv) / sizeof(char*) - 1;
>   cl_boot(argc, argv);
>   cl_shutdown();
>
> But when loading the plugin I get the following error message:
>
>   Rhinoceros 5.0 RHINO ERROR
>   File name: rhino3MathErrorHandling.cpp
>   Line number: 256
>   Function name: RhMathErrorCheck
>   Something has changed the FPU control settings.
>   See debugger output window for details.
>
> Any idea how I can avoid this?
>
> Thanks,
>
> Dietrich
>
------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter
_______________________________________________
Ecls-list mailing list
Ecls-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ecls-list

Reply via email to