[Issue 3362] New: crippling lack of 64-bit support

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Oct 4 08:53:18 PDT 2009


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

           Summary: crippling lack of 64-bit support
           Product: D
           Version: 2.032
          Platform: x86_64
        OS/Version: All
            Status: NEW
          Severity: critical
          Priority: P2
         Component: DMD
        AssignedTo: nobody at puremagic.com
        ReportedBy: vminch at gmail.com


--- Comment #0 from vminch at gmail.com 2009-10-04 08:53:17 PDT ---
D is an incredibly alluring language, but it's become impossible to use in many
types of projects where interoperability with C codebases is necessary. DMD
doesn't support linking with 64-bit shared objects, and doesn't support 64-bit
binaries. This means that any C libraries we need to use must be compiled as
32bit objects and must be shipped with our software. It's become simpler just
to use g++ now..

-- 
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