I have a VB6 program that runs fine on Windows 7 64-bit (with some manual registering of three OCX files). It also seems to run fine on 32-bit Windows 8.
However, when I try to run it on 64-bit Windows 8, when I try to bring up a data window, it says that MSADODC.OCX or one of its dependencies is not registered. This happens even if I manually register that file.
When I try to access other areas of the program, it also gives me different OCX file errors.
Is there a procedure to ensure that all relevant OCX files get properly registered when installing a VB6 program under Windows 8 64-bit?
Thanks!
However, when I try to run it on 64-bit Windows 8, when I try to bring up a data window, it says that MSADODC.OCX or one of its dependencies is not registered. This happens even if I manually register that file.
When I try to access other areas of the program, it also gives me different OCX file errors.
Is there a procedure to ensure that all relevant OCX files get properly registered when installing a VB6 program under Windows 8 64-bit?
Thanks!