Does anyone know how to do a static compile in vb6?

I run visual studio on my computer, therefore i have msvb60.dll on my computer. i can create executable code on my computer, but it requires msvb60.dll in order to run. this runs on my computer with no problem.

the problem is: i need to send executable code to a person who does not have msvb60.dll. this person will not install msvb60.dll on their computer.

any ideas?

Simple. Create the executable, and run the VB Package and Deployment wizard. Then run the creaed file on the person's PC and it will install your executable and all files required by it.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.