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

    COM !!!help please

    Dear Gurus,
    I have a project to write as part of the requirements for
    a degree in software engineering

    I have decided to explore COM objects using Visual C++ and possibly
    MFC and ATL

    Have any of you any suggestion or ideas on a topic or interesting area
    that I can research on?

    Any help will be very much appreciated.

    Amy Layo


  2. #2
    Join Date
    Apr 1999
    Posts
    24

    Re: COM !!!help please

    Try writing about the diffrent ways MFC and ATL implement COM componenets. MFC is a "hugh" linked library, while ATL is a template library, linked at compile time. There seems to be a trend towards template libraries.


  3. #3
    Join Date
    May 2002
    Location
    India
    Posts
    1

    Re: COM !!!help please

    hi friend,

    u can choose the topic on
    how "COM supports multithreading "compared to
    other sofware component architecture.
    u can explore "multithreaded COM" extensively.

    bye,
    vcpurist


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