Results 1 to 4 of 4

Thread: Missing dll question

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Jul 2000
    Location
    Scotland
    Posts
    184

    Question


    I write small .exe applications and give them to my friends to play with. Almost every time they first load one of them on their PC they get a "missing DLL" message. Seems they need MSVBVM60.dll to run them. Why is that?

    I have found out that this file is Microsoft Visual Basic Virtual Machine Version 6, but why should a supposed "stand alone" executable need an additional DLL, particularly as I only use the standard Controls?

    This is quite a large DLL, what does it do? I have searched my list of API calls and cannot see any that come from this DLL?

  2. #2
    _______ HeSaidJoe's Avatar
    Join Date
    Jun 1999
    Location
    Canada
    Posts
    3,946

    <?>

    the file is the runtime file of VB...if a machine does not have VB on it it needs these files to create a workspace etc for your exe program to operate in....sucks..but that's the heart of the matter...IE. in my opinion they should be part of the windows enviroment since it's all MS anyway.

    "A myth is not the succession of individual images,
    but an integerated meaningful entity,
    reflecting a distinct aspect of the real world."

    ___ Adolf Jensen

  3. #3
    Fanatic Member
    Join Date
    Apr 2000
    Location
    Whats a location?
    Posts
    516

    Lightbulb

    That's why VB is called a ... wait for it ... DLL-dependent language. I needs its own DLLs. And if you think that sucks learn C++ OR buy everybody in the world Windows 2000 which already has the vb6 runtimes installed.

    Bill Gates first flash of Genious.
    Courgettes.

  4. #4
    _______ HeSaidJoe's Avatar
    Join Date
    Jun 1999
    Location
    Canada
    Posts
    3,946

    <?>

    V(ery) Basic

    Your line on matches isn't funny...
    Joan was a human being burned alive..hold your hand over a flame for 5 minuites and send out recordings of your laughter!
    "A myth is not the succession of individual images,
    but an integerated meaningful entity,
    reflecting a distinct aspect of the real world."

    ___ Adolf Jensen

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