ODE97: Setup Wizard Doesn't Include Intl ActiveX Dependency DLL (172432)
The information in this article applies to:
- Microsoft Office 97 Developer Edition
This article was previously published under Q172432 Advanced: Requires expert coding, interoperability, and multiuser skills.
SYMPTOMS
When you install an international run-time application, ActiveX controls
show dialog boxes, error messages, or other text in English instead of in
the appropriate language.
CAUSE
When you distribute an international Microsoft Access run-time application
that includes an ActiveX control, the international dependency file is not
automatically included.
RESOLUTION
You must include the appropriate international dependency .dll manually.
If, for example, you are distributing a German run-time application that
includes the Comctl32.ocx ActiveX control, you must manually add
Cmctlde.dll in the Add Files list in the Setup Wizard.
To determine what international dependency file you need for a particular
ActiveX control, follow these steps:
- In Notepad, open the associated .dep file for the ActiveX control; for example, Comctl32.dep, if you are including Comctl32.ocx.
- Find the section that matches your international settings; for example, ** German (DE) ***
- The international .dll is listed on the Uses1 line; for example:
[ComCt232.ocx <0010>]
Uses1=CmCt2IT.dll
When you have determined which international .dll to include, follow these
steps to manually add it in the Setup Wizard:
- Run the ODE Setup Wizard.
- On the List Of Files screen, add the ActiveX file and other files that you typically add.
- On the List Of Files screen, click Add.
- In the \Windows\System folder, select the international .dll you found
in the previous steps, and click Add.
- IMPORTANT: Confirm that the Destination Folder property for the .dll
file is set to $(WinSysPath)
- Continue building your run-time application and finish the Setup Wizard.
STATUS
Microsoft has confirmed this to be a problem in Microsoft Office Developer
Edition ODE Tools 97.
Modification Type: | Major | Last Reviewed: | 10/6/2003 |
---|
Keywords: | kbbug kbusage KB172432 |
---|
|