|
-
April 12th, 1999, 04:45 AM
#1
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
-
April 12th, 1999, 03:03 PM
#2
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|