http://bugs.winehq.org/show_bug.cgi?id=2883
Summary: Problems with OleCreateFromFile Product: Wine Version: CVS Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-ole AssignedTo: wine-bugs@winehq.org ReportedBy: sdl@propco.co.uk
My application makes use of Winword.exe and allows the user to edit documents inside my application framework.
Application is VisualC++ app created with MSVC 6.0 SP6.
Upon calling COleClientItem::CreateFromFile which in turn calls the OleCreateFromFile, I get the error DV_E_FORMATETC (0x80040064).
This can also be tested using the CL32TEST.EXE which is distributed with MSVC 6.0 as an ole test program. From this utility select Insert->Embed from file, select any word document and it fails in the same way.