CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Nov 1998
    Posts
    9

    Installing runtime libraries



    When I install my app to the users computer, I check to see if Msvbvm50.dll exits on the target computer and then get the version info. Does anyone know if this file is still named Msvbvm50.dll in VB6.0 ?


    Gordito

  2. #2
    Join Date
    Mar 1999
    Location
    Roswell, GA
    Posts
    73

    Re: Installing runtime libraries



    Gordito...


    i can save you a LOT of pain... goto microsoft.com and download MSVBVM60.EXE... it will update and transfer all the VB 6.0 runtimes for the standard edition over for you... if you do it by hand it's easy to screw it up because they should be registered correctly...


    phil


    ps it's called MSVBVM60.DLL now and if you don't transfer OLEAUT32.DLL and about 4 other files your program probably won't run so just get that EXE above and do it the easy way dude !



  3. #3
    Join Date
    Mar 1999
    Location
    Roswell, GA
    Posts
    73

    Re: Installing runtime libraries



    Gordito...


    i can save you a LOT of pain... goto microsoft.com and download MSVBVM60.EXE... it will update and transfer all the VB 6.0 runtimes for the standard edition over for you... if you do it by hand it's easy to screw it up because they should be registered correctly...


    phil


    ps it's called MSVBVM60.DLL now and if you don't transfer OLEAUT32.DLL and about 4 other files your program probably won't run so just get that EXE above and do it the easy way dude !



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