DOCUMENT:Q172432 16-JUL-2002 [accother] TITLE :ODE97: Setup Wizard Doesn't Include Intl ActiveX Dependency DLL PRODUCT :Microsoft Access Distribution Kit PROD/VER: OPER/SYS: KEYWORDS:kbusage ====================================================================== ------------------------------------------------------------------------------- The information in this article applies to: - Microsoft Office 97 Developer Edition ------------------------------------------------------------------------------- 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: 1. In Notepad, open the associated .dep file for the ActiveX control; for example, Comctl32.dep, if you are including Comctl32.ocx. 2. Find the section that matches your international settings; for example, ** German (DE) *** 3. 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: 1. Run the ODE Setup Wizard. 2. On the List Of Files screen, add the ActiveX file and other files that you typically add. 3. On the List Of Files screen, click Add. 4. In the \Windows\System folder, select the international .dll you found in the previous steps, and click Add. 5. IMPORTANT: Confirm that the Destination Folder property for the .dll file is set to $(WinSysPath) 6. 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. MORE INFORMATION ================ Steps to Reproduce Problem -------------------------- 1. Install German Microsoft Access and German Microsoft ODE. 2. Run the Setup Wizard. 3. In the List Of Files, add Comctl32.ocx. When you add comctl32.ocx, it adds Comcat32.dll, but not Cmctlde.dll. Additional query words: globalization international int'l localization localisation intl ====================================================================== Keywords : kbusage Technology : kbOfficeSearch kbAudDeveloper kbOffice97Search kbOffice97 kbOffice97DevSearch Hardware : x86 Issue type : kbbug ============================================================================= THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY. Copyright Microsoft Corporation 2002.