I need to call some C++ functions from JavaScript. I followed the steps in How to create an ActiveX that can be used in a Javascript engine and I created an ActiveX object using the ATL C++ techniques in Visual Studio. The problem is that when I go to invoke the JScript I get the error "Automation server can't create object" Code: 800A01AD.
Does anyone know if I'm missing something?