English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I've created an installation package for a VB 6 application and put it on my website (www.GainesTrader.com) for download. When I download and install the program on my machine it runs. But when a friend of mine downloads and installs the program on his computer it crashes with the error 'Object variable or With block variable not set'. This is probably because I'm using a component they don't have on their computer. How can my code test for this and provide feedback about the error in VB? How can I automatically download those dlls for the user if they don't have them?

Muchas gracias.

2006-11-29 09:27:11 · 1 answers · asked by blue_prince_of_dallas 2 in Computers & Internet Programming & Design

1 answers

Make sure that your installation package has all of the dll's that you use included in it. Then the installation program will check the system it is being installed on and install these dll's if required. If they are already there, it just bypasses them.

2006-11-30 02:51:21 · answer #1 · answered by Jim R 3 · 0 0

fedest.com, questions and answers