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=25768>. 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=25768 Cannot parse, code guard errors ------- Additional Comments From [EMAIL PROTECTED] 2003-12-30 21:06 ------- I checked the code with MSDEV 6.0 SP5 with Purify. It doesn't find any problems. I wrote simple test: AnsiString a_string = "test"; wchar_t toTranscode[100]; int wide_size = a_string.WideCharBufSize(); a_string.WideChar(toTranscode,wide_size); int neededLen = ::wcstombs(0, toTranscode, 0); Code Guard find "access in invalid memory: Attempt to access 4 byte(s) at 0x00000000." I suppose the ::wcstombs works dufferntly in BCB 6 SP4 than in other compilers. May be you should use other function for Borland. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]