DO NOT REPLY [Bug 2512] - typing mistake in code example of chapter "Constructing an XML Reader"

2001-10-18 Thread bugzilla
gzilla/show_bug.cgi?id=2512 typing mistake in code example of chapter "Constructing an XML Reader" [EMAIL PROTECTED] changed: What|Removed |Added

[Bug 2512] - typing mistake in code example of chapter "Constructing an XML Reader"

2001-07-16 Thread bugzilla
example of chapter "Constructing an XML Reader" | ++ ! |Bug #: 2512Product: Xerces-C| ! | Status: NEW Ve

[Bug 2512] New: - typing mistake in code example of chapter "Constructing an XML Reader"

2001-07-09 Thread bugzilla
code example of chapter "Constructing an XML Reader" | + ++ + |Bug #: 2512Product: Xerces-C| + | Status: NEW Ve

Re: Constructing an XML reader

2001-05-30 Thread peiyongz
<[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

Re: Constructing an XML reader

2001-05-30 Thread Dee Jay Randall
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

Constructing an XML reader

2001-05-30 Thread Yven, Gaelle
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