Secondly: I might misunderstand your question, but if it's an OCX, it's a COM object and you'd just Release() it, and delete the memory, or?
/NJ
Secondly: I might misunderstand your question, but if it's an OCX, it's a COM object and you'd just Release() it, and delete the memory, or?
/NJ
------------------
---===xxxx===---
----THE END----
---===xxxx===---
Standard socket server code has one thread listening for connections, and then spawns a new thread for each connection, passing the new socket handle to the thread.
/NJ
------------------
---===xxxx===---
----THE END----
---===xxxx===---
------------------
---===xxxx===---
----THE END----
---===xxxx===---
There are some really small and easy to use exsamples with the win32 SDK - check'em out, you'll be surprised .
/Niels