Issue 106476 - Let ActiveX control work with 64-bit IE.
Summary: Let ActiveX control work with 64-bit IE.
Status: CLOSED FIXED
Alias: None
Product: General
Classification: Code
Component: code (show other issues)
Version: OOO320m2
Hardware: All All
: P3 Trivial (vote)
Target Milestone: OOo 3.2
Assignee: thorsten.martens
QA Contact: issues@framework
URL:
Keywords:
Depends on:
Blocks: 99999
  Show dependency tree
 
Reported: 2009-10-30 11:51 UTC by mikhail.voytenko
Modified: 2017-05-20 10:29 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description mikhail.voytenko 2009-10-30 11:51:39 UTC
To allow to use ActiveX control from the 64-bit IE it should be built as 64-bit
application. So an additional library is required to be installed and
registered. The 32-bit control should still work as before.
The following steps should be implemented:
- so_activex_x64.dll should be installed in addition to 32-bit so_activex.dll
- the 64-bit library should be registered in 64-bit registry
- in the shared registries "TypeLib/..." and "Interface/..." should
so_activex.dll be registered to allow OOo use the type-information
Comment 1 mikhail.voytenko 2009-10-30 16:23:39 UTC
Fixed in tkr28.
Comment 2 mikhail.voytenko 2009-11-03 09:55:32 UTC
mav->tm: Please verify the issue.
Comment 3 mikhail.voytenko 2009-11-03 09:56:21 UTC
mav->tm: Please verify in MSIE32 and MSIE64.
Comment 4 joerg.skottke 2009-11-06 08:06:54 UTC
Verified