<div dir="ltr">Hi again,<br><br>> I get the following error message:<br>> ...<br>>   Something has changed the FPU control settings.<br>> ...<br>> Any idea how I can avoid this?<div><br>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?<br>
<br>Thanks, <br><br>Dietrich<br><br><br><br>On Thu, Apr 18, 2013 at 8:43 PM, Dietrich Bollmann <<a href="mailto:dietrich@formgames.org">dietrich@formgames.org</a>> wrote:<br>><br>> Hi, <br>><br>> I would like to integrate ECL into the 3D modelling software<br>
> "Rhinoceros" (<a href="http://en.wikipedia.org/wiki/Rhino3D">http://en.wikipedia.org/wiki/Rhino3D</a>).<br>><br>> I started with the following minimal code executed from a Rhino plugin:<br>><br>>   char *argv[] = {"Rhinoceros", NULL};<br>
>   int argc = sizeof(argv) / sizeof(char*) - 1;<br>>   cl_boot(argc, argv);<br>>   cl_shutdown();<br>><br>> But when loading the plugin I get the following error message:<br>><br>>   Rhinoceros 5.0 RHINO ERROR<br>
>   File name: rhino3MathErrorHandling.cpp<br>>   Line number: 256<br>>   Function name: RhMathErrorCheck<br>>   Something has changed the FPU control settings.<br>>   See debugger output window for details.<br>
><br>> Any idea how I can avoid this?<br>><br>> Thanks,<br>><br>> Dietrich<br>><br></div></div>