フィルターのクリア

Standlone - GUI

1 回表示 (過去 30 日間)
Guilherne
Guilherne 2011 年 10 月 30 日
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 ?

採用された回答

Image Analyst
Image Analyst 2011 年 10 月 30 日

その他の回答 (1 件)

Guilherne
Guilherne 2011 年 10 月 30 日
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 件のコメント
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.

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeIntroduction 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