Find out what ocx/dll files my project needs?
When i first completed my program, i had tested with a couple of other computers which gave errors with names of files that it requires, so i had included them with the installer.
but a few people have been getting some activex error when running the program. Is there a way to get the complete list of files that my VB6 program requires?
Thanks
Re: Find out what ocx/dll files my project needs?
What are the exact activex error that they are getting?
Re: Find out what ocx/dll files my project needs?
Quote:
Run-time error '429':
ActiveX component Can't create object
Another site said something about VB6 Runtime files, but i need to be able to include in my installer. not as a 2nd installer for people.
Re: Find out what ocx/dll files my project needs?
The runtime files should be included in your installation.
What about MDAC?
Also, are you having problems with ALL the machines you install on or just a couple?
Re: Find out what ocx/dll files my project needs?
Re: Find out what ocx/dll files my project needs?
I moved this thread since what you have is a deployment problem and that problem would be solved if you created an installation package.
Re: Find out what ocx/dll files my project needs?
hmm, i dont know what i need to add to my installer to fix this problem?
Re: Find out what ocx/dll files my project needs?
Are you using your own installer? If so just switch to the P&D Wizard or Inno, or you can use the P&D Wizard to create a dependency list.