I created an ActiveX DLL using Visual Studio 6 and the dll will work on machines where VS6 is installed.
It will not however, work on machines where VS6 is not installed.
I saved the project as a vbp and then used the <File> <Save As DLL> to create the dll. I copied the dll file along with with the exp and lib files to the test machine's system32 folder (WinNT) which is where they are in working condition on my machine. I also verified that the other object/referenced ocx and tlb files that are in my system32 folder that the dll references are on the test machine.
Both my computer and the test computer are running the exact same images with the exception that my machine has VS6 Professional Edition on it.
Any clue as to what else is required to get my ActiveX Dll to work on these other machines. I know that this may not be much to work with but I don't know what else I need to supply in this message.
Thank you in advance for any help.
Mike
It will not however, work on machines where VS6 is not installed.
I saved the project as a vbp and then used the <File> <Save As DLL> to create the dll. I copied the dll file along with with the exp and lib files to the test machine's system32 folder (WinNT) which is where they are in working condition on my machine. I also verified that the other object/referenced ocx and tlb files that are in my system32 folder that the dll references are on the test machine.
Both my computer and the test computer are running the exact same images with the exception that my machine has VS6 Professional Edition on it.
Any clue as to what else is required to get my ActiveX Dll to work on these other machines. I know that this may not be much to work with but I don't know what else I need to supply in this message.
Thank you in advance for any help.
Mike