Ticket #4051 (assigned defect)
SDE - Need SDE64 for x86_64 builds?
| Reported by: | warmerdam | Owned by: | warmerdam |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | OGR_SF | Version: | svn-trunk |
| Severity: | normal | Keywords: | SDE |
| Cc: |
Description
Based on the following from ArcSDE-10.0/include/sg.h (and runtime experience) it seems that we ought to be defining SDE64 for SDE builds on x86_64 platforms.
#if defined(AXPOSF) || defined(SDE64) #define LONG int #define ULONG unsigned int #else #define LONG long #define ULONG unsigned long #endif
Change History
Note: See
TracTickets for help on using
tickets.
