How to disable the program compatibility assistant for my C ++ / Win32 program?

When my application exits, the "Windows Software Compatibility Assistant" appears. I want this window not to appear at the end of my application.


This is the solution to my problem http://msdn.microsoft.com/en-us/library/dd371711(v=vs.85).aspx I added a custom manifest.

+3
source share
1 answer

If you see this dialog, one of two things can happen:

"" - , , .

+3

All Articles