E
edx
Hi,
compiling my class library with Managed C++, I get this:
error LNK2001: unresolved external symbol "void __cdecl
__CxxCallUnwindDtor(void (__thiscall*)(void *),void *)"
(?__CxxCallUnwindDtor@@$$J0YAXP6EXPAX@Z0@Z)
From searching the internet, I already know that it *should* be fixable by
placing #undef DEBUG_CTRS in the source or header file or whereever, but
this doesn't seem to help the problem in my case.
I do have some classes derived from IDisposable (also from Form.Window which
is derived from IDisposable, I guess).
How can I fix this issue?
Thanks a lot,
Felix Arends
compiling my class library with Managed C++, I get this:
error LNK2001: unresolved external symbol "void __cdecl
__CxxCallUnwindDtor(void (__thiscall*)(void *),void *)"
(?__CxxCallUnwindDtor@@$$J0YAXP6EXPAX@Z0@Z)
From searching the internet, I already know that it *should* be fixable by
placing #undef DEBUG_CTRS in the source or header file or whereever, but
this doesn't seem to help the problem in my case.
I do have some classes derived from IDisposable (also from Form.Window which
is derived from IDisposable, I guess).
How can I fix this issue?
Thanks a lot,
Felix Arends