loadlibrary error
Mostrar comentarios más antiguos
Hi,
I have downloaded a set of functions for computing exact geodesic on a surface mesh from here : http://www.mathworks.com/matlabcentral/fileexchange/18168-exact-geodesic-for-triangular-meshes
I was trying to go through the examples provided by the author, but as one of the functions makes a call to 'loadlibrary' I get the following error:
??? Error using ==> loadlibrary at 279
Microsoft Visual C++ 2005 or 2008 is required to use this feature.
I installed Microsoft Visual C++ on my machine, but this error still persists. Any help would be greatly appreciated. Thank you.
5 comentarios
Kaustubha Govind
el 3 de Feb. de 2012
Try running "mex -setup" on your MATLAB. Is it able to automatically locate Visual C++? If not, you may be missing x64 compilers (by default only the 32-bit compiler is installed): http://www.mathworks.com/support/solutions/en/data/1-6IJJ3L/?solution=1-6IJJ3L
Anton Semechko
el 3 de Feb. de 2012
Walter Roberson
el 3 de Feb. de 2012
Maybe the error needs to be taken literally: that for some reason it requires C++ 2005 or 2008, whereas you are using C++ 2010. For example perhaps it requires SDK 6.1 for some reason.
http://www.mathworks.com/support/compilers/R2011b/win64.html
Anton Semechko
el 3 de Feb. de 2012
Walter Roberson
el 3 de Feb. de 2012
My MATLAB machine is Linux, not MS Windows.
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Matrix Indexing en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!