Results 1 to 4 of 4

Thread: VB Backwards Compatibility!

  1. #1

    Thread Starter
    Hyperactive Member CyberSurfer's Avatar
    Join Date
    Aug 2000
    Location
    Old London Town
    Posts
    425
    Yes, I have yet another problem!

    How can I use my VB6 (Home) projects in VB5 (College? I'm not allowed to transfer the VB6 runtimes, and I don't know if that would work anyway. Any suggestions?

    THX

  2. #2
    Frenzied Member Vlatko's Avatar
    Join Date
    Aug 2000
    Location
    Skopje, Macedonia
    Posts
    1,409
    The project files made in VB6 you can use in VB5(although there might be some small problems). But to run a file written in VB6 you need the MSVBVM60.DLL and VB5 the MSVBVM50.DLL .So if you are not allowed to transfer runtimes you can't run the app.
    I am become death, the destroyer of worlds.
    mail:[email protected]

    • Visual Basic 6.0 & .NET
    • Visual C++ 6.0 & .NET
    • ASP
    • LISP
    • PROLOG
    • C
    • Pascal

  3. #3
    Guest
    Generally speaking, the higher the version the more STUFF is in it. Most of the time if you stick to primitive structures, compatibility becomes a non-issue.

    Test the structures you wish to use (listboxes, command buttons,.....) in VB5 and use them in Exactly the same manner in VB6.

    Most of what you will need will be there. Keep the code as text files.

    Good Luck
    DerFarm

  4. #4
    Guest
    Yes, MSVBVM60.DLL is an updated version of MSVBVM50.DLL. Try copying the file MSVBVM50.DLL and change its name to MSVBVM60.DLL and see if it works.

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