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=16433>.
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=16433

Incorrect operation code with Borland Builder versus g++ - DOMUserDataHandler

           Summary: Incorrect operation code with Borland Builder versus g++
                    - DOMUserDataHandler
           Product: Xerces-C++
           Version: Nightly build (please specify the date)
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: DOM
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


Using nightly build 11th January,
the attached program, compiled with g++ 3.2 on Redhat Linux 8.0, produces
the output:

Operation has value 1
User data has value 21

as expected.

When compiled with Borland Builder 6 on a windows platform, the output is:

Operation has value 12422657
User data has value 21

I expect operation to have a value of 1, as it has been called for cloneNode.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to