Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Question about unresolved external symbol _IID_IDocHostUIHandler

0 views
Skip to first unread message

Sam S. Wen

unread,
Feb 13, 1998, 3:00:00 AM2/13/98
to

I have inetSDK 4.01 installed. When I try to compile one of its sample -
driller with VC++5.0.

I got following linking errors:

custsite.obj : error LNK2001: unresolved external symbol
_IID_IDocHostUIHandler
drilldlg.obj : error LNK2001: unresolved external symbol
_IID_IHTMLAnchorElement
drilldlg.obj : error LNK2001: unresolved external symbol
_IID_IHTMLImgElement
drilldlg.obj : error LNK2001: unresolved external symbol _IID_IHTMLElement
drilldlg.obj : error LNK2001: unresolved external symbol _IID_IHTMLDocument2
.\Release/driller.exe : fatal error LNK1120: 5 unresolved externals
Error executing link.exe.

driller.exe - 6 error(s), 0 warning(s)

I searched through all files, nowhere really defines or declares above
symbols.

If I #define INITGUID, I got even more errors!!!

Since it is a sample, it should work without any change. Is there anyone who
had the same experience. Could anyone help me what is my problem!!!

Thanks!

Sam


0 new messages