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