M
miketillman
I'm having an issue with WriteProcessMemory in which the application is forced to exit because of a SystemAccessViolation.
Is there any way I can prevent this from happening? I'm basically looking to have a single thread or something be forced close because of the access violation instead of the entire app. I really don't know how to explain exactly what it is I need to do other than that.
Thanks.
Is there any way I can prevent this from happening? I'm basically looking to have a single thread or something be forced close because of the access violation instead of the entire app. I really don't know how to explain exactly what it is I need to do other than that.
Thanks.