http://bugs.winehq.org/show_bug.cgi?id=11775
Summary: Oleview does not correctly generate idl files Product: Wine Version: 0.9.56. Platform: Other OS/Version: other Status: NEW Severity: enhancement Priority: P2 Component: ole AssignedTo: wine-bugs@winehq.org ReportedBy: m.b.lankhorst@gmail.com
When looking at the ipodservice typelib (install itunes v7.6, then look at the typelib in C:\Program Files\iPod Service\bin\iPodService.exe in wine oleview, it will generate wrong code.
HRESULT foo([in]long pointer, [out, retval]VARIANT_BOOL *rar);
is turned into:
VARIANT_BOOL foo([in]long pointer);
This happens for example with IItunesDevice_IsMounted.
http://bugs.winehq.org/show_bug.cgi?id=11775
Maarten Lankhorst m.b.lankhorst@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #1 from Maarten Lankhorst m.b.lankhorst@gmail.com 2008-04-16 17:27:07 --- Fixed
http://bugs.winehq.org/show_bug.cgi?id=11775
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #2 from Alexandre Julliard julliard@winehq.org 2008-04-18 11:04:07 --- Closing bugs reported fixed in 0.9.60.
https://bugs.winehq.org/show_bug.cgi?id=11775
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |bd4437f18f716f54d876edd7c7b | |bba33c5cd92f5 Component|ole |programs