Simple C++ program caught by Windows AppVerifier when it exits

181 Views Asked by At

My simple test code dummy.cpp

int main() 
{ 
   return 0; 
}

Windows AppVerifier(v4.0) always catches when the code exits. I don't know what is wrong. My ApplicationVerifier configuration: configuration

When dummy.exe exits:

exception window visual studio debug window

UPDATE: @VTT's comment was helpful. I updated Appliction Verifier to version 10.0 via https://developer.microsoft.com/en-us/windows/downloads/windows-10-sdkenter image description here

0

There are 0 best solutions below