J
Jay Wolfe
Hello,
does anyone know how to fix the following error?
A missing link to vftable. There error is:
tabheadingplugin.obj : error LNK2019: unresolved external symbol
"__declspec(dllimport) const QWidgetContainerPlugin::`vftable'"
(__imp_??_7QWidgetContainerPlugin@@6B@) referenced in function "public:
__thiscall QWidgetContainerPlugin::QWidgetContainerPlugin(void)"
(??0QWidgetContainerPlugin@@QAE@XZ)
I'm using MS VC++ .net 2003, but I'm using unmanaged code and no MS specific
extensions. QWidgetContainerPlugin is a class with some virtual functions. I
never make any reference to vftable, so I don't know how it crept in.
Any ideas? thanks!
Gene
does anyone know how to fix the following error?
A missing link to vftable. There error is:
tabheadingplugin.obj : error LNK2019: unresolved external symbol
"__declspec(dllimport) const QWidgetContainerPlugin::`vftable'"
(__imp_??_7QWidgetContainerPlugin@@6B@) referenced in function "public:
__thiscall QWidgetContainerPlugin::QWidgetContainerPlugin(void)"
(??0QWidgetContainerPlugin@@QAE@XZ)
I'm using MS VC++ .net 2003, but I'm using unmanaged code and no MS specific
extensions. QWidgetContainerPlugin is a class with some virtual functions. I
never make any reference to vftable, so I don't know how it crept in.
Any ideas? thanks!
Gene