Uploaded image for project: 'Tuscany'
  1. Tuscany
  2. TUSCANY-1440

[SDO Native] Windows compilation issues

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • Cpp-M3
    • None
    • C++ SDO
    • None
    • Windows
    • Patch Available

    Description

      The commonly used #define int64_t in SDO native may conflict with existing software packages on Windows since it doesnt use #ifndef.

      The define is in: runtime/core/src/commonj/sdo/export.h

      It should be changed as follows:

      #ifndef int64_t
      #define int64_t __int64
      #endif

      I can apply a patch if necessary, but this is a simple change.

      --------------------
      Brady Johnson
      Lead Software Developer - HydraSCA
      Rogue Wave Software - brady.johnson@roguewave.com

      Attachments

        Activity

          People

            Unassigned Unassigned
            bjohnson@roguewave.com Brady Johnson
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: