To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=57800
------- Additional comments from [EMAIL PROTECTED] Sun Nov 13 22:06:51 -0800 2005 ------- Thank you vq, I have found out the situation clearly. If the code is compiled without C++ exception handling, stlport headers include stdio.h and reports allocation errors through standard i/o, not through exceptions. The diffrerence is caused because I have locally build it with C++ exception handling. As the code is using MSVC's structured exception handling, it has to be rewritten to use C++ exceptions for mingw porting. IMHO it might be better to always include stdio.h. In mingw port, we have to. tono (Takashi Ono) --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- 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]
