[Issue 6026] New: DLL example needs update due to missing core.dll_helper
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Tue May 17 14:37:43 PDT 2011
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 at puremagic.com
ReportedBy: andrej.mitrovich at gmail.com
--- Comment #0 from Andrej Mitrovic <andrej.mitrovich at 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: -------
More information about the Digitalmars-d-bugs
mailing list