QT picks up ActiveX components that are not installed
-
Hi All
I have an ActiveX component that I uninstalled from my machine but QT still sees it.
WHy?
The supplier created a new Component and I need to install the new component on my machine.
I have done so but QT still see the old ActiveX components.
What am I missing?
Kind regards
Ben -
Hi, it could be that the registry in your machine still points to the old DLL, perhaps uninstalling didn't delete everything from the registry.
If you have the new version of the file, you can try to install it manually, using the regsvr32 command, like this:
regsvr32 C:\Downloads\NewComponent.dll
-
Hi, it could be that the registry in your machine still points to the old DLL, perhaps uninstalling didn't delete everything from the registry.
If you have the new version of the file, you can try to install it manually, using the regsvr32 command, like this:
regsvr32 C:\Downloads\NewComponent.dll
@hskoglund
Thank you. I have tried but get entry-point DllRegisterServer was not found error? -
-
Hi
I'm in discussion with the OEM for the component but the guy that did the OCX is long gone.......
I can see that my component is giving a response to my requests but the driver below the ocx for the hardware is for some reason not "connecting" with the component.Any suggestions?
Ben