I'm trying to make a standalone of my GUI, in fact when i use " mcc -m Pinch2.m " or use the deploytool any error message appears, but when i click in the exe file only a empty DOS window open, some idea ?

 채택된 답변

추가 답변 (1개)

Guilherne
Guilherne 2011년 10월 30일

0 개 추천

I used the dependency walker and :
" Warning: At least one module has an unresolved import due to a missing export function in a delay-load dependent module."
What's wrong?

댓글 수: 6

Image Analyst
Image Analyst 2011년 10월 30일
Well, what's the name of the file that shows up in red? I know one of them is harmless if it's missing (I think it's MPR or something like that) but others are essential.
Guilherne
Guilherne 2011년 10월 30일
It link the name of the MSVCR80.DLL, then I put it on Helper Files and it worked, tks. But i'd like to know about the DOS window that still on, even I selecting "WIndows Stand Alone"
Image Analyst
Image Analyst 2011년 10월 30일
Like the FAQ says, sometimes the Visual C redistributable doesn't install properly. You can get it from Microsoft here: http://support.microsoft.com/kb/2019667 Get it there and try it again.
Image Analyst
Image Analyst 2011년 10월 30일
Or try the Microsoft link on the FAQ.
Guilherne
Guilherne 2011년 10월 30일
I saw that it helps when MSVCR80.DLL is missing but i already got that file, it may be the cause of the MS-DOS command window appearing even using "-e" or "Windows Standalone Application" ?
Image Analyst
Image Analyst 2011년 10월 31일
Maybe you can register the file with regsvr32. You might have it but apparently your file can't find it so either it's not on the path or it's not registered.

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

카테고리

도움말 센터File Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by