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=21364>. 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=21364 Cannot compile with BCB 6.0 SP4 Summary: Cannot compile with BCB 6.0 SP4 Product: Xerces-C++ Version: 2.3.0 Platform: PC OS/Version: Windows NT/2K Status: NEW Severity: Blocker Priority: Other Component: Build AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] I have BCB 6.0 SP4 When I try to compile the XercesLib project I get compilation error in file XMemory.hpp in lines 109 and 119 about multiple declaration of void operator delete function. If I comment the line 109: void operator delete(void* p); I get compilation errors in PlatformUtils.hpp file: "Too few paprameters in call to ..." If I commnet the linse 119: void operator delete(void* p, MemoryManager* memMgr); I get Fatal Compiler error in XMLValidator.cpp line 252 "F1004 internal compiler error ..." I applied DontManagePaths.reg file. The 2.1 version compiles fine. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
