DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16188>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16188 Consistent crashes with BCB6 ------- Additional Comments From [EMAIL PROTECTED] 2003-01-17 09:10 ------- There is a know (but not very well documented IMO) problem with BCB6, when the xerces DLL is linked to the multithreaded runtime CC3260MT.DLL and the program using it links to the normal runtime (CC3260.DLL). This causes crashes at least in the situation when the program must free memory allocated by xerces, as is the case with XMLString::transcode for example. Search the net for a little utility called depends.exe and examine your executable's DLL dependencies. If it's using CC3260.DLL then that is probably your problem. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
