loadlibrary error

조회 수: 1 (최근 30일)
Anton Semechko
Anton Semechko 2012년 2월 3일
편집: Matt J 2013년 9월 28일
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
Anton Semechko
Anton Semechko 2012년 2월 3일
Hi Walter,
well, you could really help if you tried running one the examples (from above mentioned toolbox) on your machine. Does it work for you?
Walter Roberson
Walter Roberson 2012년 2월 3일
My MATLAB machine is Linux, not MS Windows.

댓글을 달려면 로그인하십시오.

채택된 답변

Kaustubha Govind
Kaustubha Govind 2012년 2월 3일
For versions older than R2011a, Visual Studio Express (free) editions were not supported with LOADLIBRARY - the support was added in R2011a. However, it looks like this user has been able to use some clever tweaks to make even older versions work with the Express versions: http://www.mathworks.com/matlabcentral/newsreader/view_thread/281365
  댓글 수: 2
Anton Semechko
Anton Semechko 2012년 2월 3일
Thanks for clearing that up
Walter Roberson
Walter Roberson 2012년 2월 3일
So going back to a supported C++ 2008 would have worked. Too bad no-one happened to suggest anything helpful along those lines...

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 C Shared Library Integration에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by