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

Xalan Doesn't Run with MSVC 7.0 (aka Visual C++ .NET)

           Summary: Xalan Doesn't Run with MSVC 7.0 (aka Visual C++ .NET)
           Product: XalanC
           Version: 1.2.x
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: XalanC
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


The Xalan 1.2 binary libraries won't run with with MSVC 7.0 as-is.  If you 
attempt to do so, you will get a runtime error stating that the app can't find 
MSVCP60.dll.

To build under MSVC 7.0, add the following to 
xml-xalan\c\src\Include\VCPPDefinitions.hpp:

#if _MSC_VER >= 1300
#       define XALAN_XALANDOMCHAR_USHORT_MISMATCH
#endif

Reply via email to