September 07, 2013
http://d.puremagic.com/issues/show_bug.cgi?id=10988

           Summary: Add documentation on how to load DLLs at runtime
           Product: D
           Version: D2
          Platform: All
        OS/Version: All
            Status: NEW
          Keywords: spec
          Severity: normal
          Priority: P2
         Component: websites
        AssignedTo: nobody@puremagic.com
        ReportedBy: bugzilla@digitalmars.com


--- Comment #0 from Walter Bright <bugzilla@digitalmars.com> 2013-09-07 12:27:36 PDT ---
Many comments on how to do it are here:

https://github.com/D-Programming-Language/druntime/pull/593

A pull request based on a previous version of how druntime worked:

https://github.com/D-Programming-Language/dlang.org/pull/375

I suggest pulling 375 and then issuing a followup to revise it to reflect the improvements in 593.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
September 09, 2013
http://d.puremagic.com/issues/show_bug.cgi?id=10988


Martin Nowak <code@dawg.eu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |dll
                 CC|                            |code@dawg.eu


--- Comment #1 from Martin Nowak <code@dawg.eu> 2013-09-08 22:46:37 PDT ---
(In reply to comment #0)
> I suggest pulling 375 and then issuing a followup to revise it to reflect the improvements in 593.

Makes sense to me, it will change quite a bit when the high-level D interface gets done.

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