A
Arun
Hi,
I've got a managed class , inside which I'm instantiating an unmanaged
class. If that class has some virtual methods, then while debugging I
couldn't jump into the source of that virtual method. I can go into the
source of other non virtual methods of the same unmanaged class.
Surprisingly this happens only in one condition: Only when I declare a smart
pointer to an other COM exe.(Just declared, the cocreateinstance is not
called). If I comment this declaration, things are going fine.
Anybody has some clue to help me with this
Thanks,
Arun
I've got a managed class , inside which I'm instantiating an unmanaged
class. If that class has some virtual methods, then while debugging I
couldn't jump into the source of that virtual method. I can go into the
source of other non virtual methods of the same unmanaged class.
Surprisingly this happens only in one condition: Only when I declare a smart
pointer to an other COM exe.(Just declared, the cocreateinstance is not
called). If I comment this declaration, things are going fine.
Anybody has some clue to help me with this
Thanks,
Arun