CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Aug 2001
    Posts
    37

    How to make two different version COM?

    I want to make two different versions from one set of source code. What do I need to change, CLSID, PROGID, LIBID and so on? Please tell me what I have to change exactly? Thanks very much.


  2. #2
    Join Date
    Oct 2001
    Location
    CA,USA
    Posts
    60

    Re: How to make two different version COM?

    CLSID.
    To make a new version you should only add an interface.

    Please rate the article if it is of any use to you. This encourages me to reply more and more and more.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured