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
    1

    Q: What is the deference between COM and DCOM?


    Thanks a lot!

    Jim


  2. #2
    Join Date
    May 1999
    Posts
    28

    Re: Q: What is the deference between COM and DCOM?

    Davide Marcato in Visual C++ Developers Journal states it as so on page 43 of the Dec/Jan 99 issue:
    "(DCOM is) A wire protocol of COM that enables COM objects to be deployed transparently over a network." My understanding is that it is the distributed processing version of COM. See if you can find some info at www.vcdj.com. It's a great Visual C++ developer resource.

    Best of luck.

    Chris R. Wheeler, MCP
    Pensacola Christian College
    Desktop Programmer
    [email protected]

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