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