Share via

Avoid windows application from crashing

Radhika 46 Reputation points
2022-07-11T08:47:28.747+00:00

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++
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.


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.