http://bugs.winehq.org/show_bug.cgi?id=8089
Summary: Opening attachments from Lotus Notes 7.0.2 by double- clicking. Product: Wine Version: 0.9.35. Platform: PC URL: http://appdb.winehq.org/commentview.php?iAppId=27&iVersi onId=3432&iThreadId=20197 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-shell32 AssignedTo: wine-bugs@winehq.org ReportedBy: vmendelevich@technoserv.ru
After a consultation on the winehq web site i post this information here.
---- RE: opening OpenOffice documents by Dan Kegel on Tuesday April 17th 2007, 12:01 OK, now we're getting somewhere. Is this the recipe?
On opensuse-10.2,
install wine-0.9.35 using yast
install openoffice-2.2 using yast
install Lotus client 7 in wine
Receive an email in Lotus client that has a .doc attachment
Doubleclick on the attachment
Wine barfs with call to unimplemented function shell32.dll.OpenAs_RunDLLW
And now that I understand, I see lots of references to that
function on the web. People often do things like
rundll32.exe shell32.dll,OpenAs_RunDLL d:\path\filename.ext
to start applications, for some reason. (Heck, even Microsoft
does, see http://support.microsoft.com/kb/192352 )
So this should be easy to reproduce without Lotus or OpenOffice.
Annoyingly, this is an undocumented Windows API call, but I
guess we can figure it out.
If that all sounds like an accurate description of the problem,
please go ahead and file a bug at http://bugs.winehq.org
(you can even just copy and paste what I wrote above).
-----