CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: DLL vs COM

  1. #1
    Join Date
    Aug 1999
    Posts
    9

    DLL vs COM


    I am new to COM so please clear my doubt.

    As per "Inside COM" one should not compare dll's with COM stil, I have one question-

    "What extra COM dll or COM provides over a simple dll and what are the differences among the two."

    Please explain and suggest some good books for this.
    Thanks.


  2. #2
    Join Date
    Sep 1999
    Posts
    19

    Re: DLL vs COM

    Dll is like exe
    COM is a communication protocol bet objects
    so i think they can not be compared


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