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

    How to connect a server

    I write a server com dll,it's progID is "ATLAuto.SimpleATL.1",and there have a interface ISimpleATL,How to realize the interface and invoke it's method with VC,please in details.Thanks.


  2. #2
    Join Date
    Apr 1999
    Posts
    5

    Re: How to connect a server

    Try using CLSIDFromProgID
    followed by CoCreateInstance.

    Hope this helps...


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