What problems might be encountered when using _ATL_MIN_CRT?
What causes the linker error that _main is unresolved
during Release builds?
Answer Posted / rama narasimhrao
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.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
why we write function's implementation in .h file while developing the Web application through VC++?
what type of questions are asked in the test of pcs and what type of questoins are asked by interviewer in pcs interview.
What changes does a control need to run in an MFC 4.2b container?
How to get the tag to work with an ATL control?
How to Use structs in Automation-compatible interfaces?
What changes does a control need to run in the Visual Basic 5.0 Control Creation Edition?
How to Obtain data from the client via an outgoing event dispinterface in ATL ?
Does ATL require an application server to operate?
How to Implement static object hierarchies in ATL ?
Will ATL create all of the topological relationships within the topology layer?
Why is the put_Font or putref_Font method not called when an ActiveX control's Font property is changed by the ActiveX Control Pad?