www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 16134] New: core.sys.windows.exdisp.DWebBrowserEvents2

https://issues.dlang.org/show_bug.cgi?id=16134

          Issue ID: 16134
           Summary: core.sys.windows.exdisp.DWebBrowserEvents2 incorrect
                    definition
           Product: D
           Version: D2
          Hardware: x86
                OS: Windows
            Status: NEW
          Severity: normal
          Priority: P1
         Component: druntime
          Assignee: nobody puremagic.com
          Reporter: johnch_atms hotmail.com

DWebBrowserEvents2 is incorrectly defined. The members need to be removed (they
are included in MSDN but are supposed to be handled by late binding). It should
just be an empty interface like this:

interface DWebBrowserEvents2 : IDispatch {
}

--
Jun 07 2016