This is an error in the documentation. We should clarify it further. I will go ahead and fix it for the next release.
The file 'icuuc.dll' is only shipped/relevant if you are using Xerces-C with IBM Classes for Unicode (ICU). Since Xerces-C binaries do not use ICU, the ICU .dll and .lib files are not required. Do note that without ICU, you can process input only in ASCII, UTF-8, UTF-16 and UCS4 encodings. Further, for output it uses system trancoding services. If you need to support more encodings then you can download pre-built binaries of Xerces-C with ICU from http://www.alphaworks.ibm.com/tech/xml4c rahul Davanzo Luca wrote: > > I downloaded xerces-c for C++ 1.0; in your documentation you talk about a > .dll or .lib file called "icuuc.xx" whic is necesssary to redistribute ones > application; I can't find that file in the downloaded package. > > What do I do? > > It's an important thing for my project to be able to use xercess.. > HELP!!!
