Tutorial for COM library creation

  • Thread starter Thread starter Fish in a Barrel
  • Start date Start date
F

Fish in a Barrel

I've used COM libraries in VC++ before, but now I need to create one.
It's easy enough to do in .NET, but I need to write it in unmanaged
C++. Can anyone point me to a tutorial or some other reference that
explains how to create a C++ COM class in a DLL.
 
I've used COM libraries in VC++ before, but now I need to create one.
It's easy enough to do in .NET, but I need to write it in unmanaged
C++. Can anyone point me to a tutorial or some other reference that
explains how to create a C++ COM class in a DLL.

go to www.codeproject.com and do a search for 'DLL COM' or just 'COM' in the
category C++.
you'll find a ton of articles. start from there.

--

Kind regards,
Bruno van Dooren
(e-mail address removed)
Remove only "_nos_pam"
 
Back
Top