CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Thread: msvcrt.dll

  1. #1
    Join Date
    Aug 2000
    Posts
    5

    msvcrt.dll

    while installing my program made in vb6 an error comes up as 'unable to register msvcrt.dll .....' ignore/retry/cancel. on ignore the setup works fine.

    how to get rid of this message?


  2. #2
    Join Date
    Feb 2000
    Location
    Ireland
    Posts
    808

    Re: msvcrt.dll

    MSVCRT.Dll is the Microsoft visual C runtime library.
    The only reason that I can think that you would get this message is that another application is using the dll when you do the installation or that you may need administrator privilages to register it. If you are doing the instalations on NT or Win2K try running the installation after logging on as an administrator and see if that works.


  3. #3
    Join Date
    Jul 2000
    Location
    india
    Posts
    49

    Re: msvcrt.dll

    I am also getting the same problem. I noticed that not only vb setup programs but some other setup programs are installing msvcrt.dll , but they are not giving error or not asking for restart (to update the file before windows loads).
    Can somebody give me more information ?



Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured