1
Answer

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

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)
0
Sam Hobbs

Sam Hobbs

NA 28.7k 1.3m 14y

People should know that this question is also at Is there anyway to pass a .Net Socket to COM ? (by VARIANT???), Visual C++ ,, so before answering, check to see if the other thread has answers.