[Bug 424] DCOM support

Wine Bugs wine-bugs at winehq.org
Mon Jun 18 05:56:36 CDT 2007


http://bugs.winehq.org/show_bug.cgi?id=424


damjan.jov at gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|CLOSED                      |REOPENED
         Resolution|FIXED                       |




------- Additional Comments From damjan.jov at gmail.com  2007-18-06 05:56 -------
dlls/ole32/compobj.c, function CoCreateInstance:

    /* Finally try remote: this requires networked DCOM (a lot of work) */
    if (CLSCTX_REMOTE_SERVER & dwClsContext)
    {
        FIXME ("CLSCTX_REMOTE_SERVER not supported\n");
        hres = E_NOINTERFACE;
    }

doesn't look very fixed.


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the wine-bugs mailing list