ABSTRACT

You will find in this chapter that writing a late-bound (aka, Automation) COM object using MFC is almost as easy as writing a similar object with Visual Basic or Visual J++. Unfortunately, the interface is just as slow, but writing an MFC COM class that supports early binding (aka, custom interface) can be a chore. Hopefully, however, the examples below will make this chore easier.