Thread overview | |||||
---|---|---|---|---|---|
|
March 06, 2010 [Issue 3886] New: Bad example of definition file for DLLs | ||||
---|---|---|---|---|
| ||||
http://d.puremagic.com/issues/show_bug.cgi?id=3886 Summary: Bad example of definition file for DLLs Product: D Version: unspecified Platform: Other OS/Version: Windows Status: NEW Severity: normal Priority: P2 Component: www.digitalmars.com AssignedTo: nobody@puremagic.com ReportedBy: r.sagitario@gmx.de --- Comment #0 from Rainer Schuetze <r.sagitario@gmx.de> 2010-03-06 09:04:15 PST --- dll.html "Writing Win32 DLLs in D" includes an example def-file with the line DATA PRELOAD SINGLE which causes multiple processes that use the same DLL to share memory. This is not the normal use case for DLLs and causes crashes. It should be DATA PRELOAD MULTIPLE -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
January 22, 2012 [Issue 3886] Bad example of definition file for DLLs | ||||
---|---|---|---|---|
| ||||
Posted in reply to Rainer Schuetze | http://d.puremagic.com/issues/show_bug.cgi?id=3886 --- Comment #1 from github-bugzilla@puremagic.com 2012-01-22 12:01:12 PST --- Commit pushed to https://github.com/D-Programming-Language/d-programming-language.org https://github.com/D-Programming-Language/d-programming-language.org/commit/4d000634ac725e6ee7bf60a69fbf951207a6fefe fix Issue 3886 - Bad example of definition file for DLLs -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
January 22, 2012 [Issue 3886] Bad example of definition file for DLLs | ||||
---|---|---|---|---|
| ||||
Posted in reply to Rainer Schuetze | http://d.puremagic.com/issues/show_bug.cgi?id=3886 Walter Bright <bugzilla@digitalmars.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |bugzilla@digitalmars.com Resolution| |FIXED -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
Copyright © 1999-2021 by the D Language Foundation