I get this error when trying to run our application on Windows 98. It works
fine on my developer machine under NT. I'm trying to use Jet 4.0/DAO 3.6
with the Visual Studio Service Pack 3. I'm redistributing MFC42.DLL version
6.00.8447, MDAC version 2.1.2.4202.3 files, plus the jet40sp3.exe update
which has MSJET40.DLL version 4.00.2927.4 and DAO360.DLL version
3.60.2927.4. My application's InitInstance() is set to use MFC 6.01 using
the line
AfxGetModuleState()->m_dwVersion = 0x0601;
If I'm missing anything else, please tell me.