Redistribute Both OLE Libraries with Applications

Last reviewed: February 17, 1995
Article ID: Q83019
The information in this article applies to:
  • Microsoft OLE version 1.0

SUMMARY

The OLECLI.DLL and OLESVR.DLL libraries support object linking and embedding (OLE) in an application. Although these two libraries are included in the Windows 3.1 distribution, an application can include these libraries to support OLE under Windows 3.0. If the application includes both libraries, ensure that the version numbers match.

When an application includes one or more Windows libraries, if the installation program detects an older version of a library, it will install the updated copy of the library. If the installation program updates one OLE library, it must also update the other to keep the version numbers identical. Therefore, an OLE client application must include and install OLESVR.DLL, even though the application uses only OLECLI.DLL. Similarly, an OLE server application must include and install OLECLI.DLL, even though the application uses only OLESVR.DLL.

For more information on determining the version number of an installed library, see the documentation for VER.DLL in the "Microsoft Windows Software Development Kit (SDK) Reference."


Additional reference words: 1.00
KBCategory: kbole kbprg
KBSubcategory: LeOneCli LeOneSvr


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.

Last reviewed: February 17, 1995
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.