ATL Question:
Download Questions PDF

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.

Download ATL Interview Questions And Answers PDF

Previous QuestionNext Question
What are the known problems with the ATL 2.0 Object Wizard?What are the reasons an ATL server might fail to register?