前文在这里
http://community.csdn.net/Expert/topic/3887/3887111.xml?temp=.2624018我的SDK是下午刚在MS网站下的,够新了吧!
也include "MsHtml.h"了还要说error C2065: 'IHTMLInputElement' : undeclared identifier要疯了
怎么办怎么办!?

解决方案 »

  1.   

    对了,include和lib的路径也设了
      

  2.   

    VC menu
    Tool->Options
    Directory tab
    configure the "Include files" settings
    make sure ..\ie55_lib\include is put in the head of the list(otherwise you need to move it up manually)
    do the same thing for "library files"
      

  3.   

    把头文件和lib库文件都加入project中
      

  4.   

    没有ie55_lib——你这个答复我在以前的帖子里有看过哦:)把头文件加入project中
    会报error——MsHtml.h在VC6里语法错误
      

  5.   

    lib库文件应该是哪个?我直接导入整个SDK的LIB文件夹的
      

  6.   

    下载的时候要选择IE Development SDK。默认的选项是core SDK
      

  7.   

    呵呵后来也想到了这个下载了以后呢?再设一下include和lib的路径吗?
      

  8.   

    是的IE Development SDK或者VC7.0以上是支持的
      

  9.   

    VC6+IE Development SDK应该怎么用?