-
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.
-
Re: Compiler error
-
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.
-
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.
-
Re: Compiler error
Thanks friend Emiene,
which version and from where i will install it?