Hi,

1. Below is an updated xml4com project file. Replace yours with mine . The 
file is also attached in a zip file in case the Apache mail delivery stomps 
on the content.

2. Change src/xercesc/com/IXMLDOMNodeImpl.inl by prepending "xercesc" in 
includes according to its latest version:
  http://cvs.apache.org/viewcvs.cgi/xml-xerces/c/src/xercesc/com/IXMLDOMNodeImpl.inl

Then...

Clean all.
Rebuild all.

After I did these all built just fine. I have not tested the COM examples 
though. You can do that yourself.

Bob

############ snip here - do not include this line in file ############

# Microsoft Developer Studio Project File - Name="xml4com" - Package Owner=<4>
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **

# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102

CFG=xml4com - Win32 Debug
!MESSAGE This is not a valid makefile. To build this project using NMAKE,
!MESSAGE use the Export Makefile command and run
!MESSAGE
!MESSAGE NMAKE /f "xerces-com.mak".
!MESSAGE
!MESSAGE You can specify a configuration when running NMAKE
!MESSAGE by defining the macro CFG on the command line. For example:
!MESSAGE
!MESSAGE NMAKE /f "xerces-com.mak" CFG="xml4com - Win32 Debug"
!MESSAGE
!MESSAGE Possible choices for configuration are:
!MESSAGE
!MESSAGE "xml4com - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
!MESSAGE "xml4com - Win32 Release MinDependency" (based on "Win32 (x86) 
Dynamic-Link Library")
!MESSAGE

# Begin Project
# PROP AllowPerConfigDependencies 0
# PROP Scc_ProjName ""
# PROP Scc_LocalPath ""
CPP=cl.exe
MTL=midl.exe
RSC=rc.exe

!IF  "$(CFG)" == "xml4com - Win32 Debug"

# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 1
# PROP BASE Output_Dir "Debug"
# PROP BASE Intermediate_Dir "Debug"
# PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 1
# PROP Output_Dir "..\..\..\..\..\Build\Win32\xml4com\Debug"
# PROP Intermediate_Dir "..\..\..\..\..\Build\Win32\xml4com\Debug"
# PROP Ignore_Export_Lib 0
# PROP Target_Dir ""
# ADD BASE CPP /nologo /MTd /W3 /Gm /ZI /Od /D "WIN32" /D "_DEBUG" /D 
"_WINDOWS" /D "_MBCS" /D "_USRDLL" /Yu"stdafx.h" /FD /GZ /c
# ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /I "..\..\..\..\..\src" /I 
"..\..\..\..\..\src\xercesc\com" /D "_DEBUG" /D "_MBCS" /D 
"_ATL_DEBUG_INTERFACES" /D "_ATL_DEBUG_QI" /D "_ATL_DEBUG_REFCOUNT" /D 
"WIN32" /D "_WINDOWS" /D "_USRDLL" /D "DEVENV_VCPP" /D "XML_SINGLEDLL" /D 
"XML_USE_WIN32_TRANSCODER" /D "XML_USE_WIN32_MSGLOADER" /Yu"stdafx.h" /FD 
/GZ /c
# ADD BASE RSC /l 0x409 /d "_DEBUG"
# ADD RSC /l 0x409 /d "_DEBUG"
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib 
comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib 
odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /debug 
/machine:I386 /pdbtype:sept
# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib 
advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib 
odbccp32.lib wininet.lib shlwapi.lib xerces-c_1D.lib /nologo 
/subsystem:windows /dll /debug /machine:I386 
/out:"..\..\..\..\..\Build\Win32\xml4com\Debug/xerces170-com.dll" 
/pdbtype:sept /libpath:"..\..\..\..\..\Build\Win32\VC6\Debug"
# Begin Custom Build - Performing registration
OutDir=.\..\..\..\..\..\Build\Win32\xml4com\Debug
TargetDir=.\..\..\..\..\..\Build\Win32\xml4com\Debug
TargetPath=.\..\..\..\..\..\Build\Win32\xml4com\Debug\xerces170-com.dll
InputPath=.\..\..\..\..\..\Build\Win32\xml4com\Debug\xerces170-com.dll
SOURCE="$(InputPath)"

"$(OutDir)\regsvr32.trg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
         echo copy ..\..\..\..\..\Build\Win32\VC6\Debug\xerces-c_1_7_0D.dll 
"$(TargetDir)"
         copy ..\..\..\..\..\Build\Win32\VC6\Debug\xerces-c_1_7_0D.dll 
"$(TargetDir)"
         regsvr32 /s /c "$(TargetPath)"
         echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg"

# End Custom Build


!ELSEIF  "$(CFG)" == "xml4com - Win32 Release MinDependency"

# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 0
# PROP BASE Output_Dir "ReleaseMinDependency"
# PROP BASE Intermediate_Dir "ReleaseMinDependency"
# PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 0
# PROP Output_Dir "..\..\..\..\..\Build\Win32\xml4com\ReleaseMinDependency"
# PROP Intermediate_Dir 
"..\..\..\..\..\Build\Win32\xml4com\ReleaseMinDependency"
# PROP Ignore_Export_Lib 0
# PROP Target_Dir ""
# ADD BASE CPP /nologo /MT /W3 /O1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D 
"_MBCS" /D "_USRDLL" /D "_ATL_STATIC_REGISTRY" /D "_ATL_MIN_CRT" 
/Yu"stdafx.h" /FD /c
# ADD CPP /nologo /MT /W3 /GX /O1 /I "..\..\..\..\..\src" /I 
"..\..\..\..\..\src\xercesc\com" /D "NDEBUG" /D "_MBCS" /D 
"_ATL_STATIC_REGISTRY" /D "WIN32" /D "_WINDOWS" /D "_USRDLL" /D 
"DEVENV_VCPP" /D "XML_SINGLEDLL" /D "XML_USE_WIN32_TRANSCODER" /D 
"XML_USE_WIN32_MSGLOADER" /Yu"stdafx.h" /FD /c
# ADD BASE RSC /l 0x409 /d "NDEBUG"
# ADD RSC /l 0x409 /d "NDEBUG"
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib 
comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib 
odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /machine:I386
# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib 
advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib 
odbccp32.lib wininet.lib shlwapi.lib xerces-c_1.lib /nologo 
/subsystem:windows /dll /machine:I386 
/out:"..\..\..\..\..\Build\Win32\xml4com\ReleaseMinDependency/xerces170-com.dll" 
/libpath:"..\..\..\..\..\Build\Win32\VC6\Release"
# Begin Custom Build - Performing registration
OutDir=.\..\..\..\..\..\Build\Win32\xml4com\ReleaseMinDependency
TargetDir=.\..\..\..\..\..\Build\Win32\xml4com\ReleaseMinDependency
TargetPath=.\..\..\..\..\..\Build\Win32\xml4com\ReleaseMinDependency\xerces170-com.dll
InputPath=.\..\..\..\..\..\Build\Win32\xml4com\ReleaseMinDependency\xerces170-com.dll
SOURCE="$(InputPath)"

BuildCmds= \
         echo copy 
..\..\..\..\..\Build\Win32\VC6\Release\xerces-c_1_7_0.dll $(TargetDir) \
         copy ..\..\..\..\..\Build\Win32\VC6\Release\xerces-c_1_7_0.dll 
$(TargetDir) \
         regsvr32 /s /c "$(TargetPath)" \
         echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg" \


"$(TargetDir)\xerces-c_1_7_0.dll" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
    $(BuildCmds)

"$(OutDir)\regsvr32.trg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
    $(BuildCmds)
# End Custom Build

!ENDIF

# Begin Target

# Name "xml4com - Win32 Debug"
# Name "xml4com - Win32 Release MinDependency"
# Begin Group "com"

# PROP Default_Filter "h;hpp;hxx;hm;inl;cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
# Begin Group "Header Files"

# PROP Default_Filter "h;hpp;hxx;hm;inl"
# Begin Source File

SOURCE=..\..\..\..\..\src\xercesc\com\BindStatusCallback.h
# End Source File
# Begin Source File

SOURCE=..\..\..\..\..\src\xercesc\com\IXMLDOMCharacterDataImpl.h
# End Source File
# Begin Source File

SOURCE=..\..\..\..\..\src\xercesc\com\IXMLDOMNodeImpl.h
# End Source File
# Begin Source File

SOURCE=..\..\..\..\..\src\xercesc\com\IXMLDOMNodeImpl.inl
# End Source File
# Begin Source File

SOURCE=..\..\..\..\..\src\xercesc\com\IXMLDOMTextImpl.h
# End Source File
# Begin Source File

SOURCE=..\..\..\..\..\src\xercesc\com\NodeContainerImpl.h
# End Source File
# Begin Source File

SOURCE=..\..\..\..\..\src\xercesc\com\Resource.h
# End Source File
# Begin Source File

SOURCE=..\..\..\..\..\src\xercesc\com\StdAfx.h
# End Source File
# Begin Source File

SOURCE=..\..\..\..\..\src\xercesc\com\xml4com.h
# End Source File
# Begin Source File

SOURCE=..\..\..\..\..\src\xercesc\com\xml4comCP.h
# End Source File
# Begin Source File

SOURCE=..\..\..\..\..\src\xercesc\com\XMLDOMAttribute.h
# End Source File
# Begin Source File

SOURCE=..\..\..\..\..\src\xercesc\com\XMLDOMCDATASection.h
# End Source File
# Begin Source File

SOURCE=..\..\..\..\..\src\xercesc\com\XMLDOMComment.h
# End Source File
# Begin Source File

SOURCE=..\..\..\..\..\src\xercesc\com\XMLDOMDocument.h
# End Source File
# Begin Source File

SOURCE=..\..\..\..\..\src\xercesc\com\XMLDOMDocumentFragment.h
# End Source File
# Begin Source File

SOURCE=..\..\..\..\..\src\xercesc\com\XMLDOMDocumentType.h
# End Source File
# Begin Source File

SOURCE=..\..\..\..\..\src\xercesc\com\XMLDOMElement.h
# End Source File
# Begin Source File

SOURCE=..\..\..\..\..\src\xercesc\com\XMLDOMEntity.h
# End Source File
# Begin Source File

SOURCE=..\..\..\..\..\src\xercesc\com\XMLDOMEntityReference.h
# End Source File
# Begin Source File

SOURCE=..\..\..\..\..\src\xercesc\com\XMLDOMImplementation.h
# End Source File
# Begin Source File

SOURCE=..\..\..\..\..\src\xercesc\com\XMLDOMNamedNodeMap.h
# End Source File
# Begin Source File

SOURCE=..\..\..\..\..\src\xercesc\com\XMLDOMNodeList.h
# End Source File
# Begin Source File

SOURCE=..\..\..\..\..\src\xercesc\com\XMLDOMNotation.h
# End Source File
# Begin Source File

SOURCE=..\..\..\..\..\src\xercesc\com\XMLDOMParseError.h
# End Source File
# Begin Source File

SOURCE=..\..\..\..\..\src\xercesc\com\XMLDOMProcessingInstruction.h
# End Source File
# Begin Source File

SOURCE=..\..\..\..\..\src\xercesc\com\XMLDOMText.h
# End Source File
# Begin Source File

SOURCE=..\..\..\..\..\src\xercesc\com\XMLDOMUtil.h
# End Source File
# Begin Source File

SOURCE=..\..\..\..\..\src\xercesc\com\XMLDOMXMLDecl.h
# End Source File
# Begin Source File

SOURCE=..\..\..\..\..\src\xercesc\com\XMLHTTPRequest.h
# End Source File
# End Group
# Begin Group "Source Files"

# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
# Begin Source File

SOURCE=..\..\..\..\..\src\xercesc\com\BindStatusCallback.cpp
# End Source File
# Begin Source File

SOURCE=..\..\..\..\..\src\xercesc\com\StdAfx.cpp
# ADD CPP /Yc"stdafx.h"
# End Source File
# Begin Source File

SOURCE=..\..\..\..\..\src\xercesc\com\xml4com.cpp
# End Source File
# Begin Source File

SOURCE=..\..\..\..\..\src\xercesc\com\xml4com.def
# End Source File
# Begin Source File

SOURCE=..\..\..\..\..\src\xercesc\com\xml4com.idl
# ADD MTL /I "..\..\..\..\..\src\xercesc\com" /tlb 
"..\..\..\..\..\Build\Win32\xml4com\xml4com.tlb" /h 
"..\..\..\..\..\src\xercesc\com\xml4com.h" /iid 
"..\..\..\..\..\src\xercesc\com\xml4com_i.c"
# SUBTRACT MTL /Oicf
# End Source File
# Begin Source File

SOURCE=..\..\..\..\..\src\xercesc\com\xml4com.rc
# End Source File
# Begin Source File

SOURCE=..\..\..\..\..\src\xercesc\com\XMLDOMAttribute.cpp
# End Source File
# Begin Source File

SOURCE=..\..\..\..\..\src\xercesc\com\XMLDOMDocument.cpp
# End Source File
# Begin Source File

SOURCE=..\..\..\..\..\src\xercesc\com\XMLDOMDocumentType.cpp
# End Source File
# Begin Source File

SOURCE=..\..\..\..\..\src\xercesc\com\XMLDOMElement.cpp
# End Source File
# Begin Source File

SOURCE=..\..\..\..\..\src\xercesc\com\XMLDOMEntity.cpp
# End Source File
# Begin Source File

SOURCE=..\..\..\..\..\src\xercesc\com\XMLDOMImplementation.cpp
# End Source File
# Begin Source File

SOURCE=..\..\..\..\..\src\xercesc\com\XMLDOMNamedNodeMap.cpp
# End Source File
# Begin Source File

SOURCE=..\..\..\..\..\src\xercesc\com\XMLDOMNodeList.cpp
# End Source File
# Begin Source File

SOURCE=..\..\..\..\..\src\xercesc\com\XMLDOMNotation.cpp
# End Source File
# Begin Source File

SOURCE=..\..\..\..\..\src\xercesc\com\XMLDOMParseError.cpp
# End Source File
# Begin Source File

SOURCE=..\..\..\..\..\src\xercesc\com\XMLDOMProcessingInstruction.cpp
# End Source File
# Begin Source File

SOURCE=..\..\..\..\..\src\xercesc\com\XMLDOMUtil.cpp
# End Source File
# Begin Source File

SOURCE=..\..\..\..\..\src\xercesc\com\XMLDOMXMLDecl.cpp
# End Source File
# Begin Source File

SOURCE=..\..\..\..\..\src\xercesc\com\XMLHTTPRequest.cpp
# End Source File
# End Group
# Begin Group "Resource Files"

# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
# Begin Source File

SOURCE=..\..\..\..\..\src\xercesc\com\xmldocument.rgs
# End Source File
# Begin Source File

SOURCE=..\..\..\..\..\src\xercesc\com\xmlhttprequest.rgs
# End Source File
# End Group
# End Group
# End Target
# End Project

############## end snip - do not include this line in file #################
At 02:42 PM 5/23/2002 -0600, you wrote:
>It is the XML4com.h file that I am missing. I have the .idl file now.
>
>
>-----Original Message-----
>From: Robert Buck [mailto:[EMAIL PROTECTED]]
>Sent: Thursday, May 23, 2002 2:39 PM
>To: [EMAIL PROTECTED]
>Subject: RE: Need update of xerces-com installation instructions
>
>
>Let me first ask a simple question: Are you looking in your include
>directory of the **SDK** rather than Xerces? The files you mention below
>
>are Xerces files, not MS files. The "XmlDom.Idl" file is a MS file and
>located in the platform sdk include directory.
>
>Up until I installed the Internet Development SDK (Version 6.0) I did
>not
>have the file. Now I do and it is located at:
>
>~\MsPlatformSDK\Include\XmlDom.Idl
>
>Double check things. The Internet SDK did install it for me.
>
>If you still cannot find it, do a full file system search starting at
>the
>top of your platform sdk.
>
>Then...
>Go to your MsPlatformSDK directory.
>Run setup.exe
>Confirm that you have the following installed:
>
>Integrate with Microsoft Visual C++- Installed
>Common Setup Files- Installed
>Debugging Tools for Windows- Installed
>Core SDK (November 2001)- Installed
>Register environment variables- Installed
>Internet Development SDK (Version 6.0)- Installed
>Windows Installer SDK (Version 2.0)- Installed
>
>Regards,
>
>Bob
>
>At 02:13 PM 5/23/2002 -0600, you wrote:
> >Is xml4com.h supposed to be included with the dowload of xerces.  I
>have
> >every file I need now except for that one.  It is not included in the
> >xerces-c source or the release zip files.  It is also not installed in
> >the December 200 Microsoft Platform SDK, or the current Core SDK, or
>the
> >Internet Development SDK.  Where do I get that now?  The following
>files
> >ARE included:
> >
> >xml4com.rc
> >xml4com.idl
> >xml4com.def
> >xml4com.cpp
> >xml4com.aps
> >
> >-----Original Message-----
> >From: Robert Buck [mailto:[EMAIL PROTECTED]]
> >Sent: Thursday, May 23, 2002 1:15 PM
> >To: [EMAIL PROTECTED]
> >Subject: RE: Need update of xerces-com installation instructions
> >
> >
> >And file a bug at the Apache site.
> >
> >Bob
> >
> >At 02:11 PM 5/23/2002 -0400, you wrote:
> > >That's the precompiled header that is created during compilation.
> > >Check your project settings and turn off the use of precompiled
> >headers.
> > >
> > >-----Original Message-----
> > >From: Jamie Mascherino [mailto:[EMAIL PROTECTED]]
> > >Sent: Thursday, May 23, 2002 1:16 PM
> > >To: [EMAIL PROTECTED]
> > >Subject: RE: Need update of xerces-com installation instructions
> > >
> > >
> > >The installation instructions point to a location on the Microsoft
>Site
> > >that no longer exists. There isn't a "Platform SDK" any longer.
>There
> > >are several minor headings under "Windows SDK" that include "Core
>SDK",
> > >"IIS SDK", "SQL SDK", etc.. but do not match the ones that the
> > >installation guide instructs you to choose. If you download every SDK
> >on
> > >that website you will never obtain an "atl30" directory as the
> > >installation instructions set in the VC6 include directories.
> >Regardless
> > >of that fact, I was able to find a December 2000 Platform SDK CD in
>my
> > >companies MSDN archive to install the SDK from.
> > >
> > >However, I am still unable to compile the project.  The most recent
> > >error message is:
> > >
> >
> >C:\TempWORK\MSXML\XERCES\xerces-c-src1_7_0\src\xercesc\com\xml4com.cpp(
> >1
> > >05) : fatal error C1083: Cannot open precompiled header file:
> >
> >'..\..\..\..\..\Build\Win32\xml4com\ReleaseMinDependency/xerces-com.pch
> >'
> > >: No such file or directory
> > >
> > >This error is repeated several times from different locations. Was
> >there
> > >supposed to be a xerces-com.pch file included in the xerces-src zip
> > >file? This directory is empty.
> > >
> > >
> > >
> > >-----Original Message-----
> > >From: Robert Buck [mailto:[EMAIL PROTECTED]]
> > >Sent: Thursday, May 23, 2002 6:50 AM
> > >To: [EMAIL PROTECTED]
> > >Subject: RE: Need update of xerces-com installation instructions
> > >
> > >
> > >A prior email that I also sent indicated that you needed to get them
> > >from
> > >Microsoft. Let me quote what I said:
> > >
> > >"Additionally, one of the idl files [in Xerces] read:
> > >
> > >// if you get an "Cannot open input file" error here
> > >// then you most probably do not have a recent
> > >// Microsoft Platform SDK in your include path
> > >//
> > >// See http://xml.apache.org/xerces-c/build.html#BuildCOM
> > >import "xmldom.idl";
> > >
> > >"So you will need to ensure that you have the Platform SDK too, and
>on
> > >your
> > >include path."
> > >
> > >==============
> > >
> > >Installing the Core and Internet Development SDK's from the following
> > >site
> > >will provide you the proper files. Both the documentation and source
> > >indicate this. See
>~/xerces-c-src1_7_0/doc/html/build-misc.html#WinCOM
> > >
> > >Go to:
> > >
> > >http://www.microsoft.com/msdownload/platformsdk/sdkupdate/
> > >
> > >The Internet SDK is especially important as it provides the necessary
> > >idl file.
> > >
> > >* The core platform SDK no longer has the files.
> > >* MSXML 4.1 does not provide the files. If it did in the past, it
>does
> > >no
> > >longer.
> > >
> > >Bob
> > >
> > >At 03:55 PM 5/22/2002 -0600, you wrote:
> > > >I have deleted all the files and readded them but the xmldom.idl
>file
> > >is
> > > >still not on my computer.  Where do I download it from?
> > > >
> > > >-----Original Message-----
> > > >From: Robert Buck [mailto:[EMAIL PROTECTED]]
> > > >Sent: Wednesday, May 22, 2002 12:35 PM
> > > >To: [EMAIL PROTECTED]
> > > >Subject: Re: Need update of xerces-com installation instructions
> > > >
> > > >
> > > >The com examples are incorrect. Try opening the idl files; you
> >cannot.
> > > >That
> > > >is because when the layout of the source tree was changed (v1.6 to
> > > >v1.7),
> > > >someone forgot to change these examples accordingly. Delete all
>files
> > > >from
> > > >the project, then re-add them from the new location. I ran into
>this
> > > >myself
> > > >last week when I tried validating that the examples work.
> > > >
> > > >Bob
> > > >
> > > >At 11:18 AM 5/22/2002 -0600, Jamie Mascherino wrote:
> > > > >All,
> > > > >I am attempting to build the Xerces com wrapper in VS 6.0. The
> > > > >installation instructions state that I need to install the MS
> > >Platform
> > > > >SDK (along with link to ftp and dowload sites). It appears to me
> >that
> > > > >these instructions need to be updated. The FTP link is no longer
> > > > >functional as the directory no longer exists.
> > > > >I have installed all of the components off of the new site
> > > > >(automatically redirected by MS) at
> > > > ><http://www.microsoft.com/msdownload/platformsdk/sdkupdate/> but
> > >after
> > > > >installing everything on that site and adding the appropriate
>entry
> > >to
> > > > >my Path variable I cannot build the project.
> > > > >Specifically, I do NOT have a \include\at130 directory. I have
> > >searched
> > > > >everywhere to find the April 2001 platform SDK to install and I
> >can't
> > > > >find it anywhere.
> > > > >When attempting to build I get the following error:
> > > > >Error scanning file
> > > > >C:\TempWORK\MSXML\XERCES\xerces-c-src1_7_0\src\com\Resource.h for
> > > > >dependencies.
> > > > >Creating Type Library...
> > > > >Microsoft (R) MIDL Compiler Version 5.01.0164
> > > > >Copyright (c) Microsoft Corp 1991-1997. All rights reserved.
> > > > >Processing
> > > > >C:\TempWORK\MSXML\XERCES\xerces-c-src1_7_0\src\com\xml4com.idl
> > > > >xml4com.idl
> > > > >Processing C:\Program Files\Microsoft Visual
> > > > >Studio\VC98\INCLUDE\oaidl.idl
> > > > >oaidl.idl
> > > > >Processing C:\Program Files\Microsoft Visual
> > > > >Studio\VC98\INCLUDE\objidl.idl
> > > > >objidl.idl
> > > > >Processing C:\Program Files\Microsoft Visual
> > > > >Studio\VC98\INCLUDE\unknwn.idl
> > > > >unknwn.idl
> > > > >Processing C:\Program Files\Microsoft Visual
> > > > >Studio\VC98\INCLUDE\wtypes.idl
> > > > >wtypes.idl
> > > > >midl : command line error MIDL1001 : cannot open input file
> > >xmldom.idl
> > > > >Error executing midl.exe.
> > > > >xerces170-com.dll - 1 error(s), 0 warning(s)
> > > > >I have attempted to build the project exactly as the instructions
> > > > >dictate but I can't seem to find an avenue to resolve the build
> >error
> > > > >indicated above. I do not have an xmldom.idl file anywhere on my
> > > >system.
> > > > >I am assuming that should have been installed from the correct
> > >Platform
> > > > >SDK installation.  I would like to use Xerces with VB through the
> >COM
> > > > >interface if at all possible. I have had experience with the
>Cocoon
> > > > >project and would like begin using Xerces.  Any help would be
> > > > >appreciated.
> > > > >
> > > > >-Jamie L. Mascherino
> > > > >Software Engineer
> > > > >Salt Lake City, Utah
> > > > >[EMAIL PROTECTED]
> > > > >
> > > > >
> > > >
> > >---------------------------------------------------------------------
> > > > >To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > > >For additional commands, e-mail: [EMAIL PROTECTED]
> > > >
> > > >
> > >
> >---------------------------------------------------------------------
> > > >To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > >For additional commands, e-mail: [EMAIL PROTECTED]
> > > >
> > > >
> > >
> >---------------------------------------------------------------------
> > > >To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > >For additional commands, e-mail: [EMAIL PROTECTED]
> > >
> > >
> > >---------------------------------------------------------------------
> > >To unsubscribe, e-mail: [EMAIL PROTECTED]
> > >For additional commands, e-mail: [EMAIL PROTECTED]
> > >
> > >
> > >---------------------------------------------------------------------
> > >To unsubscribe, e-mail: [EMAIL PROTECTED]
> > >For additional commands, e-mail: [EMAIL PROTECTED]
> > >
> > >
> > >
> > >---------------------------------------------------------------------
> > >To unsubscribe, e-mail: [EMAIL PROTECTED]
> > >For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
> >---------------------------------------------------------------------
> >To unsubscribe, e-mail: [EMAIL PROTECTED]
> >For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
> >---------------------------------------------------------------------
> >To unsubscribe, e-mail: [EMAIL PROTECTED]
> >For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]

Attachment: xerces-com.zip
Description: Zip compressed data

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to