https://issues.apache.org/ooo/show_bug.cgi?id=121762
--- Comment #16 from Steve Yin <[email protected]> --- (In reply to James Teh from comment #15) > (In reply to Steve Yin from comment #14) > > It is a known issue from Symphony. I just fixed it in the branch with > > updating new ia2 idl files. > Ideally, you still need the importlib statement for oleacc.dll in the > library block. The typelib for IAccessible shouldn't ever be redefined. You are right, Jamie. I will add it. > > And introduced "side by side" for activating the > > dll. > Do you mean using an application manifest? That will work nicely and is a > lot easier than CoRegisterClassObject and friends. I didn't think of that > option for some reason. :) > > I note the 1536988 build still seems to be registering UAccCOM.dll in the > registry. Is this change more recent than that build? Yes, by embedding a manifest into the dll and calling several actctx apis to activate. :) I just submitted the code several hours ago. I think the build will be ready at noon tomorrow. Thanks for your help! -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug. You are watching all bug changes.
