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

SchemaSymbols.hpp conflicts C++ Builder 6 dir.h

           Summary: SchemaSymbols.hpp conflicts C++ Builder 6 dir.h
           Product: Xerces-C++
           Version: 2.1.0
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Validating Parser (Schema) (Xerces 1.5 or up only)
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


Hi.
I use C++ Builder 6 and Windows 2000.
SchemaSymbols.hpp defines in Line 252,
    enum {
        EMPTY_SET = 0,
        SUBSTITUTION = 1,
        EXTENSION = 2,
        RESTRICTION = 4,
        LIST = 8,
        UNION = 16,
        ENUMERATION = 32
    };
but C++ Builder 6 include header dir.h in Line 40,
    #define EXTENSION 0x02
and conflicts it.

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

Reply via email to