-
Run exe file without ocx
I have created an exe file in vb6. In the project I have used some ocx like MSINET.ocx. If I run the exe in other computer which does not have vb I have "MSINET.ocx" missing error. If I paste the ocx in the same folder it works fine. Is there any way to run exe file without the support of ocx.
-
No not unless you write the code to do what the ocx does.
-
I am using ccrpani6.ocx and I using following code for using this ocx
Code:
ccrpAnimation1.OpenStandardAVIResource (aniresFTPDownload)
I have the above ocx file in my system. If I want to run the exe file in which I have used the ccrpani6.ocx in other systems I am getting "Ocx missing" error. Is there any way to add reference to the ocx file
-
I would think you need to use the package and deployment wizard to package your application and make a setup program to install it.
-
In 2 ways I can create setup
1. Package & Wizard
2. MSI Package
Is there any way to run the exe file alone without creating the setup.
-
Not and guarantee that it will run/work properly.