process for executable compiled with appdesigner wont't close
7 views (last 30 days)
Show older comments
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?
Answers (0)
See Also
Categories
Find more on Develop Apps Using App Designer in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!