0
Reply

Is there anyway to pass a .Net Socket to COM ? (by VARIANT???)

Moshe

Moshe

Jul 4 2010 6:55 AM
2.1k
Hi

I have a .NET application that use a COM. The listener is a .NET Socket and I need to pass it to the COM.
I can send it as a VARIANT or VARIANT*, but I can't cast it back to (Socket^) in the COM dll.

Somebody know how to do this?

thanks