process for executable compiled with appdesigner wont't close
7 ビュー (過去 30 日間)
古いコメントを表示
i am experiencing the following issue: When i try to close an executable (.exe) compiled as standalone-app from app designer with matlab compiler the app closes, but the corresponding process remains active in the task-manager.
So now, everytime i open and close the executable (.exe), an new windows - task is created. I also cannot recompile the project into the same folder since the exe file remains blocked.
Closing the process via task-manager is not possible. I also tried taskkil /f / im Process.exe in cmd with admin-rights which still doesnt close the task.
in app designer i implemented the closerequest with delete(app) and closereq.
Any ideas how to solve the problem?
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Develop Apps Using App Designer についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!