PRB: A Required .DLL file, MSVCRT.DLL, Was Not Found

Last reviewed: December 5, 1996
Article ID: Q156976
The information in this article applies to:
  • Microsoft Visual Basic Standard, Professional, and Enterprise Editions, 32-bit only, version 4.0

SYMPTOMS

A Visual Basic setup program displays the error message:

    A required .DLL file, MSVCRT.DLL, was not found.

The program then terminates.

CAUSE

The version of files MSVCRT40.DLL and OLEPRO32.DLL in Windows NT 4.0 and Visual C++ 4.2 are wrapper DLLs that call functions in a new file, MSVCRT.DLL. The file MSVCRT.DLL is not included in Windows 95 or Visual Basic 4.0.

RESOLUTION

Create the \VB\SETUPKIT\KITFIL32\SYS32 directory and copy the following files from the \VB\SYSTEM directory of the Visual Basic distribution disks:

   FILE                     VERSION NUMBER
   --------------------------------------------
   MSVCRT40.DLL          4.00.5209 or 4.00.5270
   OLEPRO32.DLL          4.00.5208 or 4.00.5277

The versions of these files in Visual C++ 4.2 and Windows NT 4.0 are forwarder DLL files that call functions in MSVCRT.DLL. If you include the versions of MSVCRT40.DLL and OLEPRO32.DLL from Visual C++ 4.2 or Windows NT 4.0, then this error will occur because these files are looking for MSVCRT.DLL.

The versions of MSVCRT40.DLL and OLEPRO32.DLL included with Visual Basic 4.00 do not require MSVCRT.DLL. Your setup program should install these versions to prevent this error.

NOTE: If your setup program still fails on a target system, delete or rename the files, MSVCRT40.DLL and OLEPRO32.DLL on the target system. The target system has the newer versions of these files. The setup program created using the Setup kit is designed so that older files do not overwrite existing newer files on the target system.

After deleting or renaming these files, your setup program should function properly.

STATUS

This is a known problem that occurs when components from NT 4.0 and Visual C++ 4.2 are used by the Visual Basic 4-32 Setup Kit to create distribution disks. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.

MORE INFORMATION

To Check the Version Number of a File

  1. From the Start Menu, click Explorer.

  2. Find the file whose version you want to check.

  3. Right-mouse click the file, and click Properties. The Properties dialog box displays.

  4. Click the Version tab. The version number of the file is displayed.


KBCategory: kbsetup kbprg kbprb
KBSubcategory: SetIns
Additional reference words: 4.00 SetIns NT 4.0 VC++ 4.2 kbdsd



THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: December 5, 1996
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.