Actually we are running a x86 Windows Desktop C++ Qt application with HTMLHelpCtrl.ocx ActiveX control (all modules x86) in order to call the .chm HtmlHelp of the application. Now we want to port our application to x64. Unfortunately it is not possible to use the current x86 HTMLHelpCtrl.ocx directly. Is there a 64 bit version of HMTLHelpCtrl.ocx available? Or what is needed to be able to use the x86 ActiveX control in x64?
We already tried to do it this way: Using a 32-bit COM Object from a 64-bit Application. But this is not an option, because we have the requirement to make it work without administrative rights. Therefore we cannot change the registry values mentioned in the article.