A Microsoft platform for building and publishing apps for Windows devices.
Avoid windows application from crashing
I am developing a windows application using c++. My app crashes as mentioned in this https://learn.microsoft.com/en-us/answers/questions/910420/uwp-application-creashes-at-rendertostreamasync-wh.html question.
I'd like to know if there is a way I can prevent the app from crashing. Is there any way to perform this task in a thread which will detect the issue and avoid the app from crashing?
Thanks in advance.
Developer technologies | Universal Windows Platform (UWP)
Developer technologies | C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.