The information in this article applies to:
SYMPTOMSVisual Studio version 6.0 comes with the DAO Software Development Kit (SDK). If you try to build and run any of the samples in the \DAOSDK\SAMPLES directory (such as DAOREAD or EMPLOYEE) on a computer with Visual C++ version 6.0 and the DAO SDK from the DAOSDK directory on CD number 3 (or from CD number 1 of the Visual C++ CD) installed, you get an assertion failure and the following error message box appears:
CAUSEYou need to rebuild the debug versions of the DAO SDK DLLs for Visual C++ 6.0 applications. RESOLUTIONYou need to rebuild DDAO35D.DLL (for non-Unicode builds) and DDAO35UD.dll (for Unicode builds). To rebuild the dbDAO libraries, you need to use the DBDAO.mak file in the \DAOSDK\SRC folder. Following is the command line to rebuild DDAO35D.dll: nmake /f dbdao.mak CFG="ddao - Win32 Debug"Following is the command line to rebuild DDAO35UD.dll (this is only necessary if you are building a Unicode release of your application and have the MFC Unicode libraries installed): nmake /f dbdao.mak CFG="ddao - Win32 Debug Unicode"Use the new .lib and .dll files that are generated in the DEBUG or DEBUGU folders. STATUSMicrosoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article. MORE INFORMATION
The DAO SDK, that is shipped with Visual Studio 6.0 contains the following
DAO DLLs and libraries:
Additional query words: line 30 doctempl.cpp
Keywords : kbDAO kbDatabase kbSDKDAO350 kbVC600 |
Last Reviewed: April 14, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |