|
-
Oct 10th, 2000, 12:42 PM
#1
Thread Starter
Hyperactive Member
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
-
Oct 10th, 2000, 01:03 PM
#2
Frenzied Member
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.
-
Oct 10th, 2000, 01:06 PM
#3
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
-
Oct 10th, 2000, 02:53 PM
#4
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|