Posts from 2002
-
:
Designing asynchonous COM components for VB
This example COM component provides three COM objects for using the Win32 Mailslot IPC mechanism. The component may be useful if you need to communicate from VB using Mailslots. However, the reason I wrote it was to demonstrate creating a … -
:
Sinking connection points in C++ objects.
Sometimes it would be nice to be able to use a simple C++ object as a sink for Connection Point notifications. This article shows you how. Sinking connection points in C++ objects. Many COM objects provide events to their clients by means … -
:
Using OpenSSL with Asynchronous Sockets
OpenSSL is an open source implementation of the SSL and TLS protocols. Unfortunately it doesn’t play well with windows style asynchronous sockets. This article - previously published in Windows Developer Magazine and now available on …