The information in this article applies to:
SYMPTOMSWhen an OLE DB application uses an IID_ISequentialStream interface ID and is compiled under Visual C++ version 5.0, the OLE DB application may get the following error:
CAUSEOLE DB libraries include IID_ISequentialStream definition because IID_ISequentialStream was not defined in the Uuid.lib file shipped with Visual C++ version 4.2. The IID_ISequentialStream definition is now included in the Uuib.lib shipped with Visual C++ version 5.0. WORKAROUNDIn the project Link setting, specify Oledb.lib or Oledbd.lib before Uuid.lib for the Object/Library modules setting. Additional query words: viper
Keywords : kbinterop kbprg SSrvProg |
Last Reviewed: January 31, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |