How to call .dll file in Geomagic Studio into matlab

 Réponse acceptée

Image Analyst
Image Analyst le 12 Jan 2016

0 votes

Look up the loadlibrary() function.

3 commentaires

Caution: .dll are frequently 32 bit libraries, and 32 bit libraries cannot be called from a 64 bit version of MATLAB (this is an operating system restriction.)
Yes, I forgot about that - good point. The workaround is that you can install both the 32 bit version of MATLAB and the 64 bit version of MATLAB. They can both exist on the same computer happily. Then you just run the 32 bit version when you need to use that DLL.
Though R2015b is the last 32 bit MATLAB; R2016a will not be available in 32 bit.

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by