⟩ What problems might be encountered when using _ATL_MIN_CRT? What causes the linker error that _main is unresolved during Release builds?
Because before calling _Main, program might be calling
other function which is needed to initialize the memebers
of the program. If that function calling fails, then it
throws so called linker error.