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