www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 8871] New: Missing the RegisterClassExA function declaration in the windows header.

reply d-bugmail puremagic.com writes:
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



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
next sibling parent d-bugmail puremagic.com writes:
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



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
prev sibling parent d-bugmail puremagic.com writes:
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