Dependencies
-
I have an ActiveX DLL that I can only use on machines that have Visual Basic installed on them. I think the DLL is dependant on MSINET.OCX. Can someone please tell me how to either remove the dependency on visual basic being installed or how to install MSINET.OCX onto other workstations. Thanks in advance for any help you can give. Steve. Systems AXIS Ltd
-
I have an ActiveX DLL that I can only use on machines that have Visual Basic installed on them. I think the DLL is dependant on MSINET.OCX. Can someone please tell me how to either remove the dependency on visual basic being installed or how to install MSINET.OCX onto other workstations. Thanks in advance for any help you can give. Steve. Systems AXIS Ltd
I think I have found the answer I am looking for. The Package and Deployment Wizard that comes with Visual Studio pointed me in the right direction. To install a .OCX file all you have to do is use the REGSVR32.EXE tool. ie to install my DLL on a workstation without Visual Basic installed I had to do the following: "regsvr32 axistools.dll" - DLL containing my COM object "regsvr32 msinet.ocx" - DLL referenced by my DLL Systems AXIS Ltd - Software for Business ...