1
Answer

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

Ask a question
Moshe

Moshe

14y
2.1k
1
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

Answers (1)