|
Archives
D Programming
DD.gnu digitalmars.D digitalmars.D.bugs digitalmars.D.dtl digitalmars.D.ide digitalmars.D.dwt digitalmars.D.announce digitalmars.D.learn digitalmars.D.debugger C/C++ Programming
c++c++.announce c++.atl c++.beta c++.chat c++.command-line c++.dos c++.dos.16-bits c++.dos.32-bits c++.idde c++.mfc c++.rtl c++.stl c++.stl.hp c++.stl.port c++.stl.sgi c++.stlsoft c++.windows c++.windows.16-bits c++.windows.32-bits c++.wxwindows digitalmars.empire digitalmars.DMDScript electronics |
digitalmars.D.dwt - about dwt.browser
Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline I would like to know the realization of time dwt.browser . if i need a Weakened function IE.WebBrowser, Those interfaces must be to achieve? I change "dispinterface DWebBrowserEvents" to " interface : IDispatch", "dispinterface DWebBrowserEvents2", to "interface DWebBrowserEvents2 :IDispatch" , and "[in]" to "in", "[out]" to "out", "[in, out]" to "inout". Then compile successful the DD-dwt.lib . when i copy the old browser of dwt-liu to dwt-win, remove the phobes impot. get a lot error .... -------------------------------------------------------------------------- dwt\browser\browser.d(14): module dwt.DWT is in multiple packages dwt.DWT dwt\browser\browserevents.d(20): module dwt.events.TypedEvent is in multiple packages dwt.events.TypedEvent dwt\browser\website.d(36): module dwt.widgets.Composite is in multiple packages dwt.widgets.Composite dwt\browser\website.d(37): module dwt.widgets.Event is in multiple packages dwt.widgets.Event dwt\browser\website.d(38): module dwt.widgets.Menu is in multiple packages dwt.widgets.Menu dwt\browser\website.d(39): module dwt.widgets.Shell is in multiple packages dwt.widgets.Shell dwt\browser\browserlisteners.d(19): module dwt.internal.DWTEventListener is in multiple packages dwt.internal.DWTEventListener dwt\browser\browser.d(21): module dwt.graphics.Point is in multiple packages dwt.graphics.Point ----------------------------------------------------------------- very sorry for my poor english. Mar 19 2008
畅龙 schrieb:I would like to know the realization of time dwt.browser . Mar 20 2008
|