Monobjc / monobjc

Git Repository for the Monobjc Project
http://www.monobjc.net/
17 stars 3 forks source link

64 bits support for mixed typed constants and enumerations #321

Closed letiemble closed 11 years ago

letiemble commented 11 years ago

(This issue was orignally reported by Laurent Etiemble on 2012-01-03 20:45:09)

Some constants and enumerations contains value like NSIntegerMax or NSUIntegerMax. These constants have a different values on 32 and 64 bits platform. As Monobjc truncates values when marshaling from long to int, the constants needs to be adjusted.

letiemble commented 11 years ago

(This comment was orignally posted by Laurent Etiemble on 2012-01-03 20:45:41)

Fixed.