Tutorial for COM library creation

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.
 
B

Bruno van Dooren

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"
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top