G
Guest
I have an abstract class that inherits from 'MarshalByRefObject' which is also abstract. When I add a destructor to my class Link errors with message
error LNK2001: unresolved external symbol "void __cdecl __CxxCallUnwindDtor(void (__thiscall*)(void *),void *)" (?__CxxCallUnwindDtor@@$$J0YAXP6EXPAX@Z0@Z
If I comment out the destructor in both .h and .cpp then Link succeeds
Any help, please..
Eugene Lerner
error LNK2001: unresolved external symbol "void __cdecl __CxxCallUnwindDtor(void (__thiscall*)(void *),void *)" (?__CxxCallUnwindDtor@@$$J0YAXP6EXPAX@Z0@Z
If I comment out the destructor in both .h and .cpp then Link succeeds
Any help, please..
Eugene Lerner