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
    9

    CAN WE USE MFC IN ATL ?

    Hi,

    I am using VC++ 5.0 version.
    I have some library dll s supporting MFC classes.
    Is it possible to use the same library in ATL ??
    It is a dual interface.

    More clearly we are planning for using ATL to create COM Server. But the server logic uses
    DLLs supporting MFC classes..
    Can I use the same dlls without changing ?
    does ATL supports MFC ?




    Thanks for reading this.

    -Satyaramesh


  2. #2
    Join Date
    May 1999
    Posts
    69

    Re: CAN WE USE MFC IN ATL ?

    Although ATL is a lightweight class library, it is certainly possible to include MFC either within actual ATL components or (as you look to be using) within dlls exporting MFC classes.

    I am currently working on a project with about twenty ATL COM objects (all using MFC internally) and we have two base MFC extension libraries used by most of the ATL COM objects.


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