|
-
March 5th, 2006, 10:47 PM
#1
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.
-
March 5th, 2006, 11:40 PM
#2
-
March 6th, 2006, 12:42 AM
#3
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.
-
March 6th, 2006, 12:55 AM
#4
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
-
March 6th, 2006, 01:22 AM
#5
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|