CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Oct 1999
    Location
    Austria
    Posts
    10

    VB6 Runtime-Files

    We developed a project with VB6 and PL/1. We don't want to install the programs on every NT Workstation, so we just load it from the Server. The PL/1 Runtime-files are at the same directory as the PL/1-dll's are - that works. But it doesn't work with the VB6-Runtime. Is there a way to install only the VB6-Runtime on the Workstations?
    Thanks for any help
    Peter


  2. #2
    Join Date
    May 1999
    Posts
    3,332

    Re: VB6 Runtime-Files

    there is a vbrun60.exe that you can download from the MS site. It contains the runtime files for vb6.
    check msdn article Q192461


  3. #3
    Join Date
    Oct 1999
    Location
    Austria
    Posts
    10

    Re: VB6 Runtime-Files

    It works, thank you!
    Peter


  4. #4
    Join Date
    Oct 1999
    Location
    Austria
    Posts
    10

    Re: VB6 Runtime-Files

    I did the VBRUN60.exe, and it works. But when I try to start one of my VB-Apps, I get the message:
    "Class not registered.
    You need the following file to be installed on your machine. MSSTDFMT.DLL"
    What is wrong with my Application, because there is no reference to that Dll. It was before, but I removed the reference, and did a new compile.
    Any idea?
    Peter


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