digitalmars.D.bugs - [Issue 6026] New: DLL example needs update due to missing core.dll_helper
- d-bugmail puremagic.com (20/20) May 17 2011 http://d.puremagic.com/issues/show_bug.cgi?id=6026
- d-bugmail puremagic.com (11/11) Jul 11 2011 http://d.puremagic.com/issues/show_bug.cgi?id=6026
http://d.puremagic.com/issues/show_bug.cgi?id=6026 Summary: DLL example needs update due to missing core.dll_helper Product: D Version: D2 Platform: Other OS/Version: Windows Status: NEW Severity: normal Priority: P2 Component: websites AssignedTo: nobody puremagic.com ReportedBy: andrej.mitrovich gmail.com --- Comment #0 from Andrej Mitrovic <andrej.mitrovich gmail.com> 2011-05-17 14:33:36 PDT --- http://d-programming-language.org/dll.html#Cinterface core.dll_helper no longer exists in 2.053, replace the import with: import core.sys.windows.dll; -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
May 17 2011
http://d.puremagic.com/issues/show_bug.cgi?id=6026 Andrej Mitrovic <andrej.mitrovich gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #1 from Andrej Mitrovic <andrej.mitrovich gmail.com> 2011-07-11 08:18:49 PDT --- Fixed in 2.054 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Jul 11 2011