Discussion:
Cannot open include file: 'xmldom.idl'
(too old to reply)
John Dixson
2003-07-09 21:05:21 UTC
Permalink
Yes I had the same problem, you need to download the
Internet Development SDK this has the missing files.

Hope this helps,

John
-----Original Message-----
Hello,
I've installed the Platform SDK and have added the
appropriate directories
for the lib and include search paths so that they are
seen before those in
VC6 (they are at the top). Then I created a new ATL COM
AppWizard project
....
Creating Type Library...
Microsoft (R) MIDL Compiler Version 5.01.0164
Copyright (c) Microsoft Corp 1991-1997. All rights
reserved.
Processing D:\Dump\WStyle\WStyle.idl
WStyle.idl
Processing M:\MsPlatform_sdk\INCLUDE\oaidl.idl
oaidl.idl
....
Processing M:\MsPlatform_sdk\INCLUDE\msxml.idl
msxml.idl
M:\MsPlatform_sdk\INCLUDE\msxml.idl(52) : fatal error
C1083: Cannot open
include file: 'xmldom.idl': No such file or directory
midl : command line error MIDL1003 : error returned by
the C preprocessor
(2)
Error executing midl.exe.
Does anyone know what is wrong?
Thanks in advance.
Brian
.
Brian Buttolph
2003-07-09 22:00:58 UTC
Permalink
John,

Thanks very much for your help. That worked! Actually, I'm surprised
there's a dependency like this between the Core and Internet Dev SDKs.
Anyway, my problem is solved.

Brian
Post by John Dixson
Yes I had the same problem, you need to download the
Internet Development SDK this has the missing files.
Hope this helps,
John
-----Original Message-----
Hello,
I've installed the Platform SDK and have added the
appropriate directories
for the lib and include search paths so that they are
seen before those in
VC6 (they are at the top). Then I created a new ATL COM
AppWizard project
....
Creating Type Library...
Microsoft (R) MIDL Compiler Version 5.01.0164
Copyright (c) Microsoft Corp 1991-1997. All rights
reserved.
Processing D:\Dump\WStyle\WStyle.idl
WStyle.idl
Processing M:\MsPlatform_sdk\INCLUDE\oaidl.idl
oaidl.idl
....
Processing M:\MsPlatform_sdk\INCLUDE\msxml.idl
msxml.idl
M:\MsPlatform_sdk\INCLUDE\msxml.idl(52) : fatal error
C1083: Cannot open
include file: 'xmldom.idl': No such file or directory
midl : command line error MIDL1003 : error returned by
the C preprocessor
(2)
Error executing midl.exe.
Does anyone know what is wrong?
Thanks in advance.
Brian
.
Loading...