http://bugs.winehq.org/show_bug.cgi?id=12659
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |focht@gmx.net
--- Comment #9 from Anastasius Focht focht@gmx.net 2009-01-12 09:38:17 --- Hello,
--- quote --- Does that mean this particular bug is caused by some type of dependency on the .NET 3.0 framework? --- quote ---
The link states it: "The CAccPropServicesClass and all of its exposed members are part of a managed wrapper for the Component Object Model (COM) IAccPropServices interface."
The .NET Framework provides a managed wrapper for the OLE active accessibility functions and interfaces which are exposed by oleacc COM server.
--- snip --- 0021:Call ole32.CoCreateInstance(040d3a8c,00000000,00000015,040d3a9c,0032f864) ret=0409d6b4 0021:trace:ole:CoCreateInstance (rclsid={b5f8350b-0548-48b1-a6ee-88bd00b4a5e7}, pUnkOuter=(nil), dwClsContext=00000015, riid={6e26e776-04f0-495d-80e4-3330352e3169}, ppv=0x32f864) --- snip ---
b5f8350b-0548-48b1-a6ee-88bd00b4a5e7 -> coclass CAccPropServices 6e26e776-04f0-495d-80e4-3330352e3169 -> IAccPropServices
It's Wine's oleacc that needs more love ;-)
Regards