CGAL / cgal

The public CGAL repository, see the README below
https://github.com/CGAL/cgal#readme
Other
4.86k stars 1.38k forks source link

The GMP of Maya #5721

Open afabri opened 3 years ago

afabri commented 3 years ago

Issue Details

When writing a plugin for Maya from Autodesk a user encountered the problem that Maya is distributed with a dll for GMP, and the plugin crashes when it uses this one.

Let's suppose Autodesk did not modify the source code of the GMP.

Is it possible to identify the version of the GMP they use, so that the plugin can include the same gmp.h used by Maya? Or could it work with the maya.exe and the plugin.dll be in separate directories with their respective gmp.dll side by side.

The user who reported this issue to us also pointed to a link in an Autodesk forum, but there no answer was given.

afabri commented 3 years ago

I am wondering if at Autodesk they use the version of GMP that can be downloaded from the Autodesk website.

petrasvestartas commented 2 years ago

Dear @afabri

It is a bit different and beginner question.

Is there any way compile gmp and a project that links cgal library into one .dll? So that copy paste of gmp dll from one pc to another would not be needed?