Results 1 to 6 of 6

Thread: EXE without MSVBVM50.DLL?

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Apr 1999
    Location
    Prague, Czech Republic
    Posts
    350
    Windows 95 doesn't contatin VB5 runtime dll itself, only vb40032.dll.

    I have VB5Ent and VC++5Pro too. My program is in VB and I would like to run it on computers without vb5 runtimes. I also have a copy of VB4, but it crashes me before starting.

    Can I compile my VB5 program (in VC or other) or forces it to use VB40032.DLL?

  2. #2
    I'm about to be a PowerPoster! Joacim Andersson's Avatar
    Join Date
    Jan 1999
    Location
    Sweden
    Posts
    14,649
    No, you can't force a VB5 app to use VB4 run-time library.
    If you have about $200 to spend you might have a look at BitArts Fusion though.
    www.bitarts.com

  3. #3
    Monday Morning Lunatic parksie's Avatar
    Join Date
    Mar 2000
    Location
    Mashin' on the motorway
    Posts
    8,169
    Any VB code compiled in any way will require the runtimes. We've had this question many times on this forum, and it just isn't possible. Tools like Fusion from BitArts allow you to "wrap-up" the DLLs into your program, but they cost money. If you want a program without runtimes, write it in a different language. Anyway, IE4+ includes MSVBVM50.DLL, so many people will already have it.

    (edits post) Damn...Joacim beat me

    [Edited by parksie on 09-09-2000 at 12:53 PM]
    I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
    -- Linus Torvalds

  4. #4
    Hyperactive Member PJB's Avatar
    Join Date
    Aug 2000
    Location
    dunno at the moment
    Posts
    302
    Just ran into the some problem myself with an application that is supposed to run from CD but would not work on 95A, Had MSVBVM60.DLL(VB6) on the CD so it found that but that dll points it to the Windows/System folder for the OLEAUT32.dll which of course was not there(not the proper version at least) and would not search elsewhere for it(like where it was on my CD) you either have to install the run-time files with your application or you can get a "bootstrap" file which contains all the run-time files and that would have to be installed prior to your app. running, i only have the one for VB6 so unfortunately i can't send it to you (
    VB6.0 SP4
    Windows 2000
    I'm thinking of a number between

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

    <?>

    And depending on the controls you use you may need more than the runtime files. Sometimes it's trial and error to see what your are missing.
    "A myth is not the succession of individual images,
    but an integerated meaningful entity,
    reflecting a distinct aspect of the real world."

    ___ Adolf Jensen

  6. #6
    Hyperactive Member PJB's Avatar
    Join Date
    Aug 2000
    Location
    dunno at the moment
    Posts
    302
    it's safe to say anything you add from your project|components will need either an .ocx or .dll
    VB6.0 SP4
    Windows 2000
    I'm thinking of a number between

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