digitalmars.D.bugs - [Issue 8871] New: Missing the RegisterClassExA function declaration in the windows header.
- d-bugmail puremagic.com (25/25) Oct 22 2012 http://d.puremagic.com/issues/show_bug.cgi?id=8871
- d-bugmail puremagic.com (13/13) Oct 22 2012 http://d.puremagic.com/issues/show_bug.cgi?id=8871
- d-bugmail puremagic.com (9/9) Oct 22 2012 http://d.puremagic.com/issues/show_bug.cgi?id=8871
http://d.puremagic.com/issues/show_bug.cgi?id=8871 Summary: Missing the RegisterClassExA function declaration in the windows header. Product: D Version: unspecified Platform: All OS/Version: Windows Status: NEW Severity: normal Priority: P2 Component: druntime AssignedTo: nobody puremagic.com ReportedBy: maidenphil hotmail.com --- Comment #0 from Phil Lavoie <maidenphil hotmail.com> 2012-10-22 13:32:05 PDT --- You can find the RegisterClassA function in the windows header (core.system.windows.windows) but not the equivalent version for the WNDCLASSEXA structure. However, declaring it like this: extern( Windows ) export RegisterClassExA(...); And calling it Works fine for me (compiles and links, so the function definition is found). I think the solution is simply a matter of adding it to the windows header. I am using DMD 2.060 on my machine. Cheers! -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Oct 22 2012
http://d.puremagic.com/issues/show_bug.cgi?id=8871 Alex Rønne Petersen <alex lycus.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |pull Status|NEW |ASSIGNED CC| |alex lycus.org AssignedTo|nobody puremagic.com |alex lycus.org --- Comment #1 from Alex Rønne Petersen <alex lycus.org> 2012-10-22 22:36:47 CEST --- https://github.com/D-Programming-Language/druntime/pull/333 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Oct 22 2012
http://d.puremagic.com/issues/show_bug.cgi?id=8871 Alex Rønne Petersen <alex lycus.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Oct 22 2012