Microsoft KB Archive/104461

From BetaArchive Wiki
< Microsoft KB Archive
Revision as of 15:03, 18 July 2020 by 3155ffGd (talk | contribs) (importing KB archive)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Knowledge Base


PRB: OleCreate Problems with Borland Compiler

Article ID: 104461

Article Last Modified on 7/17/2001



APPLIES TO

  • Microsoft OLE 2.0



This article was previously published under Q104461

SYMPTOMS

Using the OLE 2.0 application programming interface (API), OleCreate can cause unexpected behavior and return unexpected error codes when used in an application compiled with the Borland C++ compiler.

CAUSE

At link time, the Borland file IMPORT.LIB is included before the OLE 2.0 libraries. In the IMPORT.LIB file there is a reference to the OLE 1.0 OleCreate function.

RESOLUTION

Include OLE2.LIB before IMPORT.LIB when specifying the libraries for linking.


Additional query words: 2.00 third party third-party 3rd

Keywords: kbprogramming kbprb KB104461