Saved Bookmarks
| 1. |
What Problems Might Be Encountered When Using _atl_min_crt? What Causes The Linker Error That _main Is Unresolved During Release Builds? |
|
Answer» 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. 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. |
|