Hi Michael,

Michael Schmidt <[EMAIL PROTECTED]> writes:

> I had similar problems when using a self-written XML parser, but
> easily fixed the problem by using fopen64() instead of fopen()
> to open the input document. Is there any compile time option I
> can use to support these large files? Or does anybody know how
> to fix this problem? I did not yet try to change xerces source
> code...

You can probably fix it without changing Xerces-C++ source by
implementing your own InputSource and InputStream that use
fopen64 to open the file.


hth,
-boris


-- 
Boris Kolpackov
Code Synthesis Tools CC
http://www.codesynthesis.com
Open-Source, Cross-Platform C++ XML Data Binding

Reply via email to