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 ------- Additional Comments From [EMAIL PROTECTED] 2003-01-27 19:22 ------- It sounds more like a Borland problem, instead of Xerces-C++ .... What do you see if you print this directly?, e.g. class my_test{ public: virtual void test (DOMOperationType operation) { std::cout << "Operation has value " << operation << std::endl; } }; int main () { my_test x = new my_test(); x.test(DOMUserDataHandler::NODE_CLONED); } BTW I assume you are not using our Windows binary distribution, but have built the Xerces with Borland yourself using our source distribution, right? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
