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

    Diff. between COM/RA



    What's the difference between Remote Automation and Com/DCom?

  2. #2
    Join Date
    Apr 1999
    Posts
    16

    Re: Diff. between COM/RA



    Not totally clear, but here is my best guess:


    COM-

    For local machine.


    Automation-

    COM component that supports automation interfaces (i.e. VB can use it).


    DCOM-

    COM on a network.


    Remote Automation-

    Automation on a network.


    Basically, COM is the core structure. Then, it has to be mangled with automation interfaces (IDispatch, specific types) for VB to use it.


    -Jim

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