http://bugs.winehq.org/show_bug.cgi?id=14641
Summary: OLE implementation improvement Product: Wine Version: unspecified Platform: All OS/Version: All Status: UNCONFIRMED Severity: enhancement Priority: P2 Component: ole32 AssignedTo: wine-bugs@winehq.org ReportedBy: f.dorin@free.fr
Created an attachment (id=15053) --> (http://bugs.winehq.org/attachment.cgi?id=15053) add default inprocess handler support
Out-of-process OLE component with a in-process handler are not managed. For exemple, with Microsoft Office Powerpoint 2003, it is impossible to insert a graph or an equation. An "server not found" error occurs.
I'm currently trying to implement this. I have good results for instance. Object can be inserted and the corresponding server is launched. But it seems I still have problem with datas transfert because the inserted object is blank and no change are saved.