loadlibrary error
显示 更早的评论
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 个评论
Kaustubha Govind
2012-2-3
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
2012-2-3
Walter Roberson
2012-2-3
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
2012-2-3
Walter Roberson
2012-2-3
My MATLAB machine is Linux, not MS Windows.
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Matrix Indexing 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!