CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Apr 2013
    Posts
    17

    how to register ATL exe COM

    Hi,
    I created an EXE COM server with ATL.
    and from the client (DLL COM with ATL) i want to create an instance of the EXE (CreateInstance(CLSID of the EXE)).
    how do i register the exe so that i know the path to the com server.

  2. #2
    Join Date
    Nov 2000
    Location
    Voronezh, Russia
    Posts
    6,620

    Re: how to register ATL exe COM

    Code:
    myserver.exe /regserver
    
    myserver.exe /unregserver
    Best regards,
    Igor

  3. #3
    Join Date
    Apr 2013
    Posts
    17

    Re: how to register ATL exe COM

    thanx Igor!!!!

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