[Issue 1552] New: DLL writing instructions do not mention _moduleDtor()

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Oct 7 15:07:23 PDT 2007


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

           Summary: DLL writing instructions do not mention _moduleDtor()
           Product: D
           Version: 1.022
          Platform: PC
               URL: http://digitalmars.com/d/dll.html
        OS/Version: Windows
            Status: NEW
          Severity: minor
          Priority: P3
         Component: DMD
        AssignedTo: bugzilla at digitalmars.com
        ReportedBy: thecybershadow at gmail.com


The documentation page "Writing Win32 DLLs in D" located at
http://digitalmars.com/d/dll.html does not have a _moduleDtor() call in the
"DLLs with a C Interface" source template. This makes the example/template
incomplete, and the need to call _moduleDtor() is only mentioned in the "D code
calling D code in DLLs" section - which might not be read by people who are not
writing DLLs that will be used by D programs.


-- 



More information about the Digitalmars-d-bugs mailing list