CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5

Thread: Compiler error

  1. #1
    Join Date
    Jan 2006
    Posts
    152

    Compiler error

    Hello friends,
    I have included mshtml.h file in two different .cpp files. prgram compiles fine.
    But this version of mshtml.h doesn't have definition of some interfaces like
    IHTMLInputElement, so i included new version of same file by simply copying new one. Now when i am going to compile my prog it gives following error:

    c:\program files\microsoft sdk\include\mshtml.h(26670) : error C2367: 'IHTMLControlElement' : redefinition; different uuid specifiers
    c:\program files\microsoft sdk\include\mshtml.h(26670) : see declaration of 'IHTMLControlElement'.

    i tried a lot, but unsucessful. Please help me , if anybody have idea.
    i am waiting 4 reply.

  2. #2
    Ejaz's Avatar
    Ejaz is offline Elite Member Power Poster
    Join Date
    Jul 2002
    Location
    Lahore, Pakistan
    Posts
    4,211

    Re: Compiler error

    Take a look at this

  3. #3
    Join Date
    Jan 2006
    Posts
    152

    Re: Compiler error

    Hi friend Ejaz,

    have u remember our previous discussion abt networking?
    ok.

    this site has
    Solution: Install the "Internet Development SDK". You can find it on the Platform SDK, or in the Downloads section on MSDN.

    i installed version 2003 but error is still coming.
    Last edited by harish_dixit1; March 6th, 2006 at 12:45 AM.

  4. #4
    Join Date
    Mar 2006
    Location
    You can guess, but it'll be wrong
    Posts
    12

    Re: Compiler error

    SDK update version might have changed a lot in that header file itself and reinstalling the sdk will keep away the errors.
    Emiene Vous

  5. #5
    Join Date
    Jan 2006
    Posts
    152

    Re: Compiler error

    Thanks friend Emiene,


    which version and from where i will install it?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured