Yven,
To make it simple, you can create a new project and add it into the
xerces_all.dsw (the home directory for this project seems sth like :
E:\xerces-c-src1_4_0\Projects\Win32\VC6\xerces-all\newProjectName),
and you put your souce/header files under \Sample\newProjectName.
From project->settings, refer to any sample, say DOMPrint, copy
(general
,debug, c/c++ and link) and paste to your new project, do change the name
from DOMPrint to your nexProjectName.
In case you have problem to #include file, check the C/C++,
category=Preprocessor
and in the "Additional include directories", you c sth like "..\..\..\..\..
\src".
Regards,
Peiyong Zhang
____________________________________________
XML Parsers Development
IBM Toronto Laboratory email: [EMAIL PROTECTED]
Phone: (416)448-4088; Fax: (416)448-4414; T/L: 778-4088
"Yven, Gaelle" <[EMAIL PROTECTED]> on 05/30/2001 08:37:55 AM
Please respond to [EMAIL PROTECTED]
To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]>
cc:
Subject: Constructing an XML reader
Hi!
I am following your pdf documentation. I can build and run the samples with
MS
Visual C++ without any problem but when I write my own program (p.57 in the
doc)
I don't know if I have to include a new project in the xerces-all worspace
and
how to include the XercesLib file in this project. So I can't
include<sax/HandlerBase.hpp> for exemple.
Could you please tell me where to save my own files please?
Many thanks
Ga�lle Yven
---------------------------------------------------------------------
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]