Hi all,
I want to put in place an ECom architecture in my project. I just included one implementation of an interface. But when the DLL gets loaded I'am getting the Stack Overflow Exception. The exception occurs when this line gets executed.
TAny* ptr = REComSession::CreateImplementationL (
KExample1, _FOFF (CExInterface, iDtor_ID_Key));
Example1 is one implementation of the ExInterface and is built as an ECom plug-in.
Please help me in solving this reason.
Thanks
Regards
V R Krishna