The following table lists polymorphic types defined in ObjectARX for 64-bit compatibility.
Type Name | Type in 32-bit Compilation | Type in 64-bit Compilation |
---|---|---|
Adesk::IntPtr | int | __int64 |
Adesk::UIntPtr | unsigned int | unsigned __int64 |
Adesk::LongPtr | long | __int64 |
Adesk::ULongPtr | unsigned long | unsigned __int64 |
Adesk::IntDbId | long | __int64 |
Adesk::GsMarker | int | __int64 |