FAQ entry #24 needs to be updated

== Current entry is...

http://xml.apache.org/xerces-c/faq-parse.html#faq-24

"Why does deleting a transcoded string result in 
assertion on windows?" 

You are mixing runtimes in your process. If you build 
your program with debug, link to the debug version of 
the parser. If you build your program for release, link 
to the release version of the parser.

===

This entry should also state that *BOTH* the program and 
the Xerces DLL must use the same *DLL* version of the 
runtime library.  If either statically links to the 
runtime library, the problem will still occur.  

Therefore, for a Win32/VC6 build, the runtime library 
build setting MUST be "Multithreaded DLL" for release 
builds and "Debug Multithreaded DLL" for debug builds.
> Hi, there,
> 
>       I am now updating the FAQ with some schema-related quick questiones.
>       If you have any Xerces-C FAQ wanna to get in, it's the opportunity
> for us
>      to gather the information.
> 
>       If  you have anything for the migration guide, programming guide,
>      build instruction or areas not mentioned here, please let me know as
> well
>      since I am now consolidating updates to all documentation for the
> Xerces 1.5.
> 
>      Thanks!
> 
> 
> Regards,
> 
> Peiyong Zhang
> ____________________________________________
> XML Parsers Development
> IBM Toronto Laboratory email: [EMAIL PROTECTED]
> Phone: (416)448-4088; Fax: (416)448-4414; T/L: 778-4088
> 
> 
> ---------------------------------------------------------------------
> 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]

Reply via email to