-
I made my program using vb6
When I made the *.exe file and sent it to someone who doesnt have Visual Basic installed..
it didn't work for him..
he said he was missing DLL files
What can I do so that any people can download this program
and it works and includes all the DLL files to make the program work for them?
plz help
I spent too long on this program to just let it go to waste..
thanx..
-
Many people have this kind of problem. The best way to get around it, is by using the 'Package and Deployment Wizard' which comes with the Visual Studio / Visual Basic application.
When you go to package your application, it will contain all the neccessary files to run your program on another users PC.
Hope this helps
-
Failing that - I think you are able to get the runtime files from Microsofts site.
If you need any more help, just contact me. :)
-
Thank you