Azzera filtri
Azzera filtri

Standlone - GUI

1 visualizzazione (ultimi 30 giorni)
Guilherne
Guilherne il 30 Ott 2011
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 ?

Risposta accettata

Image Analyst
Image Analyst il 30 Ott 2011

Più risposte (1)

Guilherne
Guilherne il 30 Ott 2011
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 Commenti
Guilherne
Guilherne il 30 Ott 2011
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 il 31 Ott 2011
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.

Accedi per commentare.

Categorie

Scopri di più su Introduction to Installation and Licensing in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by