A
Arsen V.
Hello,
I have the following:
....
typedef IDispEventImpl<1, CToolBandObj, &DIID_HTMLDocumentEvents2,
&LIBID_MSHTML, 1, 0> SinkHTMLDocumentImpl;
....
When the project is compiled, Linker gives the following errors:
Linking...
Creating library Debug/Test.lib and object Debug/Test.exp
Test.obj : error LNK2001: unresolved external symbol
_DIID_HTMLDocumentEvents2
ToolBandObj.obj : error LNK2001: unresolved external symbol
_DIID_HTMLDocumentEvents2
Debug/Test.dll : fatal error LNK1120: 1 unresolved externals
What am I missing? Do I need to include a DLL?
Thanks,
Arsen
I have the following:
....
typedef IDispEventImpl<1, CToolBandObj, &DIID_HTMLDocumentEvents2,
&LIBID_MSHTML, 1, 0> SinkHTMLDocumentImpl;
....
When the project is compiled, Linker gives the following errors:
Linking...
Creating library Debug/Test.lib and object Debug/Test.exp
Test.obj : error LNK2001: unresolved external symbol
_DIID_HTMLDocumentEvents2
ToolBandObj.obj : error LNK2001: unresolved external symbol
_DIID_HTMLDocumentEvents2
Debug/Test.dll : fatal error LNK1120: 1 unresolved externals
What am I missing? Do I need to include a DLL?
Thanks,
Arsen