hi.
i need to use native DLL which registered as a COM object in user’s PC by ActiveX.
is there any way to get instance of this ActiveX control in unity3D script.
before using webplayer, this ActiveX control is already installed in target system.
just need to get instance by CLSID.
System.Type.GetTypeFromCLSID() or System.Type.GetTypeFromProgID() is not working.
no matter C# or JS, give me any advise around this please.