[Ecls-list] ERROR caused by FPU control settings...

Dietrich Bollmann dietrich at formgames.org
Thu Apr 18 11:43:02 UTC 2013


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/ecl-devel/attachments/20130418/bd562a07/attachment.html>


More information about the ecl-devel mailing list