Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The GMP of Maya #5721

Open
afabri opened this issue May 20, 2021 · 3 comments
Open

The GMP of Maya #5721

afabri opened this issue May 20, 2021 · 3 comments
Assignees
Labels

Comments

@afabri
Copy link
Member

afabri commented May 20, 2021

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
Copy link
Member Author

afabri commented May 21, 2021

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

@petrasvestartas
Copy link

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?

@lrineau
Copy link
Member

lrineau commented Oct 22, 2024

@afabri Can this issue be closed, or has GeometryFactory still something to do/implement?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants