RE: compilation errors in my application using Xerces-c

2005-11-22 Thread Xiaofan Zhou
) : DOMNode' or 'x:\xerces-c\include\xercesc\dom\DOMNode.hpp(138) : xercesc_2_7::DOMNode' Thanks much for any advice in advance. Frank -----Original Message- From: Alberto Massari [mailto:[EMAIL PROTECTED] Sent: Monday, November 21, 2005 9:33 AM To: c-dev@xerc

RE: compilation errors in my application using Xerces-c

2005-11-21 Thread Alberto Massari
ESPACE_USE right after the #includes, will it cause conflict if I am using some other library inferfaces in the same header file? Thanks much in advance. Frank -Original Message- From: Alberto Massari [mailto:[EMAIL PROTECTED] Sent: Monday, November 21, 2005 8:52 AM To: c-dev@xerces.apache.o

RE: compilation errors in my application using Xerces-c

2005-11-21 Thread Xiaofan Zhou
Sent: Monday, November 21, 2005 8:52 AM To: c-dev@xerces.apache.org Subject: RE: compilation errors in my application using Xerces-c Frank, the error "cannot find 'dom/DOM.hpp' file" means that your project does not specify the right directory in the 'include directories'

RE: compilation errors in my application using Xerces-c

2005-11-21 Thread Alberto Massari
m: Xiaofan Zhou > To: c-dev@xerces.apache.org > Sent: Monday, November 21, 2005 2:16 AM > Subject: compilation errors in my application using Xerces-c > > > Hi, All, > > I am having issues compile my application in which I use Xerces-c >package. Here is \ >what I

RE: compilation errors in my application using Xerces-c

2005-11-20 Thread Frank Zhou
is folder contains wuite a few generated headers >(*.hpp) etc. >warm regards >Saurabh > - Original Message - > From: Xiaofan Zhou > To: c-dev@xerces.apache.org > Sent: Monday, November 21, 2005 2:16 AM > Subject: compilation errors in my application using Xerce

Re: compilation errors in my application using Xerces-c

2005-11-20 Thread Saurabh N Bhatnagar
rces.apache.org Sent: Monday, November 21, 2005 2:16 AM Subject: compilation errors in my application using Xerces-c Hi, All, I am having issues compile my application in which I use Xerces-c package. Here is what I do: First, my environment is Microsoft Visual C++ vers

compilation errors in my application using Xerces-c

2005-11-20 Thread Xiaofan Zhou
Hi, All, I am having issues compile my application in which I use Xerces-c package. Here is what I do: First, my environment is Microsoft Visual C++ version 7.1. I first build the Xerces-c project (version 2.7) together with ICU (version 2.8) using the build script packageBinaries.pl in my