Matlab Compalier dll error

조회 수: 6 (최근 30일)
iliya tzukerman
iliya tzukerman 2013년 3월 20일
Hi i am using matlab Project that i found but when i run i get next error
"mlcmcrt78.dll" missing i ggoled on it and found this:
but it did not helped me since solution one is not good becosue i dont have the accesses to machine that the project was build . How can i find out on witch version the project was created because maybe if i install the same version it will work? Do you have any other solutions? Thank you.

채택된 답변

Friedrich
Friedrich 2013년 3월 20일
Hi,
you either need a.) The MCR for that particular version or b.) You install the MATLAB version in which the application was compiled.
The mlcmcrt78.dll is from R2008a:
  댓글 수: 3
iliya tzukerman
iliya tzukerman 2013년 3월 20일
HI i rebuilded the .proj file in my matlab r2011a and it woked but i found out tha this project indculdes c files so i try add them to the matlab proj . when i did it it asked me to add mbuild file for compiler i did and then when i tried to build the project again i got next error:
Error: An error occurred while shelling out to mbuild (error code = 255). Unable to build executable. pls hlp. THX
Friedrich
Friedrich 2013년 3월 21일
In R2010b the way the MATLAB compiler builds exe's changed a lot. Basically there is no compiling anymore. MATLAB uses pre compiled exes in which it "stuffes" your code. So long story short: What you are trying wont work anymore in 10b and higher.

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

추가 답변 (0개)

카테고리

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