Using unmanaged DLL which is ActiveX dependent
Hi
In the past I called from my unmanaged code to a DLL which requires the registration (using regsvr32 ) of a second DLL (ActiveX?) prior to using it.
Now I need to use this unmanged DLL in my CSHARP program. How should I handle the Activex issue?
Thank You
|