D/Objective-C 64bit

Christian Schneider via Digitalmars-d-announce digitalmars-d-announce at puremagic.com
Tue Nov 18 12:54:57 PST 2014


> Could it be this issue [1]? Can you please see if you can 
> reproduce it using just plain C.
>
> https://issues.dlang.org/show_bug.cgi?id=5570

Uh, oh, that bug looks like a major annoyance in 64bit! I made a 
few checks, all appkit methods returning a NSRect currently 
produce a runtime segfault. But this does not apply to NSSize, 
nor NSPoint, functions returning either NSSize or NSPoint work.

What I have found out so far: all the extern C functions in 
geometry.d work just fine.. e.g. NSRectFromString does what it's 
supposed to do.


More information about the Digitalmars-d-announce mailing list