Tutorial for COM library creation

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Fish in a Barrel

    Tutorial for COM library creation

    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.

  • Fish in a Barrel

    #2
    Re: Tutorial for COM library creation

    Oops... didn't mean to post this to the dotnet group.

    Fish in a Barrel wrote:[color=blue]
    > 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.[/color]

    Comment

    • Bruno van Dooren

      #3
      Re: Tutorial for COM library creation

      > I've used COM libraries in VC++ before, but now I need to create one.[color=blue]
      > 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.[/color]

      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
      bruno_nos_pam_v an_dooren@hotma il.com
      Remove only "_nos_pam"


      Comment

      • Brian Muth

        #4
        Re: Tutorial for COM library creation

        If you want to get into this in any kind of detail, I strongly recommend
        purchasing a book.



        Brian


        Comment

        Working...