You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by bu...@apache.org on 2002/11/07 21:57:45 UTC

DO NOT REPLY [Bug 14370] New: - VC6 build has pre-processor WIN64 defined

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

VC6 build has pre-processor WIN64 defined

           Summary: VC6 build has pre-processor WIN64 defined
           Product: Xerces-C++
           Version: 2.1.0
          Platform: Other
        OS/Version: Windows XP
            Status: NEW
          Severity: Minor
          Priority: Other
         Component: Build
        AssignedTo: xerces-c-dev@xml.apache.org
        ReportedBy: geitzmann@nvidia.com


Because WIN64 is defined, this conditional code in file Win32PlatofrmUtils.cpp 
gets compiled:

#if defined WIN64
    return ::InterlockedCompareExchangePointer(toFill, (void*)newValue, (void*)
toCompare);
#else

The function does not exist, so the compile fails.  Removing WIN64 from the 
project build settings allows this the library to build.

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-c-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-c-dev-help@xml.apache.org