简体   繁体   中英

VB6 Program not working in Windows Me

I have written a program in VB6. When I compile it and send it to my friend, he says it is not working. He (like me) has Windows Me.

Why my programs are not working there? Should he install something or what?

Your friend will need the VB6 runtime files to run any VB6 programs. You can find them on Microsoft's site .

You should be able to generate an installer project. There are a number of dependencies for the VB6 runtime ( http://www.microsoft.com/downloads/details.aspx?FamilyID=bf9a24f9-b5c5-48f4-8edd-cdf2d29a79d5 )

He should install Microsoft Visual Basic run-time files that all applications created with Visual Basic 6.0 need in order to run.

You can get it from Microsoft's Download Center .

He probably needs the VB runtimes . But you should look into creating a proper msi installer package for you project. There is a free one from MS to use with VB6 called the Visual Studio Installer 1.1 .

Not much information to go on, if you have more, that would be helpful. I'm just guessing, but, your friend's computer may not have the VB6 runtime installed. If he's willing, he should try installing it and see if that fixes the problem.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM