[Issue 9931] Bus error interfacing with C function returning structs with floats

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Apr 14 09:53:36 PDT 2013


http://d.puremagic.com/issues/show_bug.cgi?id=9931


Martin Nowak <code at dawg.eu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |code at dawg.eu
         Resolution|                            |INVALID


--- Comment #1 from Martin Nowak <code at dawg.eu> 2013-04-14 09:53:35 PDT ---
You can't cast the "..." part o a C vararg function away.
You also don't pass a pointer to the struct return to objc_msgSend_stret, which
is the first parameter.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list