gzilla/show_bug.cgi?id=2512
typing mistake in code example of chapter "Constructing an XML Reader"
[EMAIL PROTECTED] changed:
What|Removed |Added
example of chapter "Constructing an XML Reader" |
++
! |Bug #: 2512Product: Xerces-C|
! | Status: NEW Ve
code example of chapter "Constructing an XML Reader" |
+ ++
+ |Bug #: 2512Product: Xerces-C|
+ | Status: NEW Ve
<[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
I am assuming you are getting a C1083 error when you try to
compile your project. If you were to search for that in the
MSVC help, you'll find an MSDN page that really explains this
in some detail. Take some time to learn about the options in
your compilier
Basically, you need to add the
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