DLL issues with matdgns.c example

조회 수: 3 (최근 30일)
Michel
Michel 2014년 7월 2일
답변: Kaustubha Govind 2014년 7월 10일
I trying to learn how .mat files manipulating functions works, so I compiled matdgns.c but when I execute the file, it requires a lot of DLL's, not just libmat.dll and libmx.dll. I used Visual Studio 2008 to compile the file. Is there some option that i need to change in VS to fix this ?

답변 (1개)

Kaustubha Govind
Kaustubha Govind 2014년 7월 10일
Are you attempting to run the application on a different machine from the one you compiled on? Visual Studio has runtime libraries called "redistributables" that are required by application compiled on it. You may want to install the redistributable package corresponding to the Visual Studio version on the target machine.

카테고리

Help CenterFile Exchange에서 MATLAB Compiler에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by