FIX: Odbccp32.lib Requires Msvcrt.lib to CompilerLast reviewed: October 29, 1997Article ID: Q168251 |
The information in this article applies to:
SYMPTOMSAn ODBC application may get the following link errors when linking with Odbccp32.lib;
CAUSEOdbccp32.lib is not a pure import library. It contains some object code that has unsatisfied externals: rename and state. The rename and state functions are defined in Msvcrt.lib.
WORKAROUNDTo work around this problem, make sure an ODBC application links Msvcrt.lib before Odbccp32.lib.
STATUSMicrosoft has confirmed this to be a problem in Microsoft Open Database Connectivity version 3.0. This problem has been corrected in U.S. Service Pack 1 for Microsoft Open Database Connectivity, version 3.0. For more information, contact your primary support provider.
|
Additional query words: link c compiler
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |