What is the default action in the VS2010 C / C ++ Win32 project for the "Basic execution checks = default" parameter. This can be found on the C / C ++ Properties Page - Code Generation. Thanks in advance. Max
There are two types of basic runtime checks:
1: Uninitialized variables 2: corrupted frame frames
Selecting "Default" does not give you any runtime checks. The selection from the drop-down menu is misleading.