Matlab Compalier dll error
5 次查看(过去 30 天)
显示 更早的评论
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.
0 个评论
采纳的回答
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 个评论
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 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!