danfis / libccd

Library for collision detection between two convex shapes
Other
495 stars 110 forks source link

Add missing exports for Windows DLL #38

Closed rickertm closed 5 years ago

rickertm commented 7 years ago

Adds missing _ccd_export definitions to functions that lead to unresolved external symbol when compiling a shared library on Windows and linking to it. Seems also related to https://github.com/flexible-collision-library/fcl/issues/183.

j-rivero commented 6 years ago

I think that I've included all the changes in this PR into pull request #39

sherm1 commented 5 years ago

@danfis did you mean to close (reject) these PRs unmerged?

danfis commented 5 years ago

I merged pull request #39, so it should be already part of that. I don't have access to win to test it, so if there is still some problem, let me know.