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]
